#396D41

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

Shades of Hunter Green #396D41

Tints of Hunter Green #396D41

Color information

#396D41 (or 0x396D41) is unknown color: approx Hunter Green. HEX triplet: 39, 6D and 41. RGB value is (57,109,65). Sum of RGB (Red+Green+Blue) = 57+109+65=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 109 - color contains mainly: green. Hex color #396D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396D41 is #C692BE. Grayscale: #585858. Windows color (decimal): -13013695 or 4287801. OLE color: 4287801.

HSL color Cylindrical-coordinate representation of color #396D41: hue angle of 129.23º degrees, saturation: 0.31, 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 #396D41 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.

Color convert

RGB5710965-
CMYK0.4800.400.57
HSL129.23º31.33%32.55%-
HSV(B)129.23º47.71%42.75%-
XYZ8.1112.196.93-
YUV88.44114.77105.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.68%
GREEN value IS 109 (42.97% from 255) = 47.19%
BLUE value IS 65 (25.78% from 255) = 28.14%
R=24.68%
G=47.19%
B=28.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57109650.4800.400.57129.2331.3332.55
Hex396D413002839811f21
Octal7115510160050712013741
Binary1110011101101100000111000001010001110011000000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,109,65); }

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

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

 a { background-color: rgb(57,109,65); }

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

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

 span { border-color: rgb(57,109,65); }

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