COLOR #356F00

HEX: #356F00 RGB: (53,111,0)

Color info

#356F00 contains only red and green colors. Web safe color of #356F00 is #336600 (or #360).

RGB color model

#356F00 color RGB value is (53,111,0).

RGB: (53,111,0) (21%, 44%, 0%)

RGB channels and saturation

R 53 of 255 = 21%
G 111 of 255 = 44%
B 0 of 255 = 0%

53
111
0

R + G + B ~ 22%. #356F00 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 111 + 0 = 164 (100%)
R 53 of 164 ~ 32.32%
G 111 of 164 ~ 67.68%
B 0 of 164 ~ 0'%

%32.32
%67.68

CMYK color model

#356F00 color CMYK value is (52,0,100,56).

  • cyan value is 52.25%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 56.47%

CMYK: (52,0,100,56)
C52M0Y100K56 (52%, 0%, 100%, 56%)
(0.52 / 0.00 / 1.00 / 0.56)

CMYK percentages

%52.25
%0
%100
%56.47

Codes

Color #356F00 in popluar color models

35 6F 00
RGB 53 111 0
HSL 91° 100.00% 21.76%
HSB/HSV 91° 100.00% 43.53%
CMYK 52.25% 0.00% 100.00%
56.47%

Color #356F00 in popluar number systems.

HEX 35 6F 00
Decimal 53 111 0
Binary 110101 1101111 0
Octal 65 157 0

Shades and tints

Shades of #356F00

#356F00
(53,111,0)
#316500
(49,101,0)
#2D5B00
(45,91,0)
#295100
(41,81,0)
#254700
(37,71,0)
#213D00
(33,61,0)
#1D3300
(29,51,0)
#192900
(25,41,0)
#151F00
(21,31,0)
#111500
(17,21,0)
#0D0B00
(13,11,0)
#000000
(0,0,0)

Tints of #356F00

#356F00
(53,111,0)
#477C17
(71,124,23)
#59892E
(89,137,46)
#6B9645
(107,150,69)
#7DA35C
(125,163,92)
#8FB073
(143,176,115)
#A1BD8A
(161,189,138)
#B3CAA1
(179,202,161)
#C5D7B8
(197,215,184)
#D7E4CF
(215,228,207)
#E9F1E6
(233,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356F00 color. Also use rgb(53,111,0) instead hex code.

Text Font Color

.myTextColor { color: #356F00; }

<p style="color:#356F00">This sample text font color is #356F00.</p>

This text font color is #356F00.

Background Color

.myBgColor { background-color: #356F00; }

<div style="background-color:#356F00">Inner text</div>

This div background color is #356F00.

Border color

.myBorderColor { border: 1px solid #356F00; }

<div style="border:3px solid #356F00">Div</div>

This div border color is #356F00.

Opacity

.myOpacity80 { color: #356F00; opacity: 0.8; }

<p style="color:#356F00;opacity:0.8;">80%</p>

Text with #356F00 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #356F00;}

<p style="text-shadow: 3px 3px 1px #356F00">Text here.</p>

This text has shadow with #356F00 color.


.textShadow {text-shadow: 3px 3px 1px #356F00', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #356F00, 5px 5px 20px red">Text here.</p>

This text has shadow with #356F00 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#356F00, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#356F00, Direction=45, Strength=4)">Text</p>

This text has shadow with #356F00 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #356F00;
-webkit-box-shadow: 1px 1px 3px 2px #356F00;
box-shadow: 1px 1px 3px 2px #356F00;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #356F00; -webkit-box-shadow: 1px 1px 3px 2px #356F00; box-shadow:1px 1px 3px 2px #356F00;">
Div content here
</div>

This div box has shadow with color #356F00.

Preview

Color preview on black background

This text has color #356F00 on black background.


Color preview on white background

This text has color #356F00 on white background.


Black color preview on #356F00 background

This text has black color on #356F00 background.


White color preview on #356F00 background

This text has white color on #356F00 background.


Related colors

Complementary color

Complementary color for #hex is #CA90FF.


I love getcolorcode.com

Triadic colors

1 #00356F and #6F0035 with #356F00 are triadic colors.

2 #006F35 and #6F3500 with #356F00 are triadic colors.