#396B42

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

Shades of Hunter Green #396B42

Tints of Hunter Green #396B42

Color information

#396B42 (or 0x396B42) is unknown color: approx Hunter Green. HEX triplet: 39, 6B and 42. RGB value is (57,107,66). Sum of RGB (Red+Green+Blue) = 57+107+66=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 107 - color contains mainly: green. Hex color #396B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B42 is #C694BD. Grayscale: #575757. Windows color (decimal): -13014206 or 4352825. OLE color: 4352825.

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

Color convert

RGB5710766-
CMYK0.4700.380.58
HSL130.8º30.49%32.16%-
HSV(B)130.8º46.73%41.96%-
XYZ7.9311.787.01-
YUV87.38115.94106.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 107 (42.19% from 255) = 46.52%
BLUE value IS 66 (26.17% from 255) = 28.70%
R=24.78%
G=46.52%
B=28.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57107660.4700.380.58130.830.4932.16
Hex396B422F0263A831e20
Octal7115310257046722033640
Binary1110011101011100001010111101001101110101000001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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