#356241

Color #356241 Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #356241

Tints of Hunter Green #356241

Color information

#356241 (or 0x356241) is unknown color: approx Hunter Green. HEX triplet: 35, 62 and 41. RGB value is (53,98,65). Sum of RGB (Red+Green+Blue) = 53+98+65=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #356241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356241 is #CA9DBE. Grayscale: #505050. Windows color (decimal): -13278655 or 4284981. OLE color: 4284981.

HSL color Cylindrical-coordinate representation of color #356241: hue angle of 136º 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 #356241 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB539865-
CMYK0.4600.340.62
HSL136º29.8%29.61%-
HSV(B)136º45.92%38.43%-
XYZ6.799.876.55-
YUV80.78119.09108.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=24.54%
G=45.37%
B=30.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398650.4600.340.6213629.829.61
Hex3562412E0223E881e1e
Octal6514210156042762103636
Binary110101110001010000011011100100010111110100010001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356241; }

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

 H1.HeaderClassName
 {
   color: #356241;
 }
 .AnyTagClassName
 {
   color: #356241;
 }
</style>
background-color css

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

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

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

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

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

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