Html Css Color HEX #356242 Hunter Green

📋 copy color: '#356242'

red 53 ◦ green 98 ◦ blue 66

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

Shades of Hunter Green #356242

Tints of Hunter Green #356242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.16%

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

R = 24.42%
G = 45.16%
B = 30.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#356242 (or 0x356242) is known color: Hunter Green. HEX triplet: 35, 62 and 42. RGB value is (53,98,66). Sum of RGB (Red+Green+Blue) = 53+98+66=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #356242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356242 is #CA9DBD. Grayscale: #505050. Windows color (decimal): -13278654 or 4350517. OLE color: 4350517.

HSL color Cylindrical-coordinate representation of color #356242: hue angle of 137.33º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356242 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 98 66 -
CMYK 0.46 0 0.33 0.62
HSL 137.33º 0.3% 0.3% -
HSV(B) 137.33º 0.46% 0.38% -
XYZ 6.82 9.89 6.7 -
YUV 80.9 119.59 108.1 -
System Red Green Blue C M Y K H S L
Decimal 53 98 66 0.46 0 0.33 0.62 137.33 0.3 0.3
Hex 35 62 42 2E 0 21 3E 89 1E 1E
Octal 65 142 102 56 0 41 76 211 36 36
Binary 110101 1100010 1000010 101110 0 100001 111110 10001001 11110 11110

Color Harmonies of #356242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356242

Black with #356242

Text Example


Text Example

White with #356242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356242; }

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

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

background-color css

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

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

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

border-color css

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

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

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