#396042

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

Shades of Hunter Green #396042

Tints of Hunter Green #396042

Color information

#396042 (or 0x396042) is unknown color: approx Hunter Green. HEX triplet: 39, 60 and 42. RGB value is (57,96,66). Sum of RGB (Red+Green+Blue) = 57+96+66=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #396042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396042 is #C69FBD. Grayscale: #515151. Windows color (decimal): -13017022 or 4350009. OLE color: 4350009.

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

Color convert

RGB579666-
CMYK0.4100.310.62
HSL133.85º25.49%30%-
HSV(B)133.85º40.62%37.65%-
XYZ6.859.636.65-
YUV80.92119.58110.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=26.03%
G=43.84%
B=30.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796660.4100.310.62133.8525.4930
Hex3960422901F3E86191e
Octal7114010251037762063136
Binary11100111000001000010101001011111111110100001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396042; }

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

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

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

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

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

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

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

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