#396A47

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

Shades of Hunter Green #396A47

Tints of Hunter Green #396A47

Color information

#396A47 (or 0x396A47) is unknown color: approx Hunter Green. HEX triplet: 39, 6A and 47. RGB value is (57,106,71). Sum of RGB (Red+Green+Blue) = 57+106+71=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #396A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396A47 is #C695B8. Grayscale: #575757. Windows color (decimal): -13014457 or 4680249. OLE color: 4680249.

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

Color convert

RGB5710671-
CMYK0.4600.330.58
HSL137.14º30.06%31.96%-
HSV(B)137.14º46.23%41.57%-
XYZ7.9811.637.79-
YUV87.36118.77106.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 106 (41.80% from 255) = 45.30%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=24.36%
G=45.30%
B=30.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57106710.4600.330.58137.1430.0631.96
Hex396A472E0213A891e20
Octal7115210756041722113640
Binary1110011101010100011110111001000011110101000100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,106,71); }

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

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

 a { background-color: rgb(57,106,71); }

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

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

 span { border-color: rgb(57,106,71); }

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