#367242

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

Shades of Hunter Green #367242

Tints of Hunter Green #367242

Color information

#367242 (or 0x367242) is unknown color: approx Hunter Green. HEX triplet: 36, 72 and 42. RGB value is (54,114,66). Sum of RGB (Red+Green+Blue) = 54+114+66=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #367242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367242 is #C98DBD. Grayscale: #5A5A5A. Windows color (decimal): -13209022 or 4354614. OLE color: 4354614.

HSL color Cylindrical-coordinate representation of color #367242: hue angle of 132º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367242 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB5411466-
CMYK0.5300.420.55
HSL132º35.71%32.94%-
HSV(B)132º52.63%44.71%-
XYZ8.5213.217.26-
YUV90.59114.12101.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=23.08%
G=48.72%
B=28.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54114660.5300.420.5513235.7132.94
Hex3672423502A37842421
Octal6616210265052672044441
Binary11011011100101000010110101010101011011110000100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367242; }

 p { color: rgb(54,114,66); }

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

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

 a { background-color: rgb(54,114,66); }

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

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

 span { border-color: rgb(54,114,66); }

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