Html Css Color HEX #356942 Hunter Green

📋 copy color: '#356942'

red 53 ◦ green 105 ◦ blue 66

#356942
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hunter Green #356942

Tints of Hunter Green #356942

RGB

 RED value IS 53 (21.09% from 255) = 23.66%

 GREEN value IS 105 (41.41% from 255) = 46.88%

 BLUE value IS 66 (26.17% from 255) = 29.46%

R = 23.66%
G = 46.88%
B = 29.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#356942 (or 0x356942) is known color: Hunter Green. HEX triplet: 35, 69 and 42. RGB value is (53,105,66). Sum of RGB (Red+Green+Blue) = 53+105+66=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #356942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356942 is #CA96BD. Grayscale: #555555. Windows color (decimal): -13276862 or 4352309. OLE color: 4352309.

HSL color Cylindrical-coordinate representation of color #356942: hue angle of 135º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356942 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 105 66 -
CMYK 0.50 0 0.37 0.59
HSL 135º 0.33% 0.31% -
HSV(B) 135º 0.5% 0.41% -
XYZ 7.5 11.25 6.93 -
YUV 85.01 117.27 105.17 -
System Red Green Blue C M Y K H S L
Decimal 53 105 66 0.50 0 0.37 0.59 135 0.33 0.31
Hex 35 69 42 32 0 25 3B 87 21 1F
Octal 65 151 102 62 0 45 73 207 41 37
Binary 110101 1101001 1000010 110010 0 100101 111011 10000111 100001 11111

Color Harmonies of #356942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356942

Black with #356942

Text Example


Text Example

White with #356942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356942; }

 p { color: rgb(53,105,66); }

 H1.HeaderClassName
 {
   color: #356942;
 }
 .AnyTagClassName
 {
   color: #356942;
 }
</style>

background-color css

<style>
 a { background-color: #356942; }

 a { background-color: rgb(53,105,66); }

 div.DivClassName
 {
   background-color: #356942;
 }
 .BgClassName
 {
   background-color: #356942;
 }
</style>

border-color css

<style>
 span { border-color: #356942; }

 span { border-color: rgb(53,105,66); }

 td.TdClassName
 {
   border-color: #356942;
 }
 .TagClassName
 {
   border-color: #356942;
 }
</style>