#396E42

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

Shades of Hunter Green #396E42

Tints of Hunter Green #396E42

Color information

#396E42 (or 0x396E42) is unknown color: approx Hunter Green. HEX triplet: 39, 6E and 42. RGB value is (57,110,66). Sum of RGB (Red+Green+Blue) = 57+110+66=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 110 (43.36% from 255 or 47.21% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 110 - color contains mainly: green. Hex color #396E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396E42 is #C691BD. Grayscale: #595959. Windows color (decimal): -13013438 or 4353593. OLE color: 4353593.

HSL color Cylindrical-coordinate representation of color #396E42: hue angle of 130.19º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396E42 is Cyan = 0.48, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.57.

Color convert

RGB5711066-
CMYK0.4800.40.57
HSL130.19º31.74%32.75%-
HSV(B)130.19º48.18%43.14%-
XYZ8.2512.427.12-
YUV89.14114.94105.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 110 (43.36% from 255) = 47.21%
BLUE value IS 66 (26.17% from 255) = 28.33%
R=24.46%
G=47.21%
B=28.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57110660.4800.40.57130.1931.7432.75
Hex396E423002839822021
Octal7115610260050712024041
Binary11100111011101000010110000010100011100110000010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396E42; }

 p { color: rgb(57,110,66); }

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

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

 a { background-color: rgb(57,110,66); }

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

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

 span { border-color: rgb(57,110,66); }

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