#396941

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

Shades of Hunter Green #396941

Tints of Hunter Green #396941

Color information

#396941 (or 0x396941) is unknown color: approx Hunter Green. HEX triplet: 39, 69 and 41. RGB value is (57,105,65). Sum of RGB (Red+Green+Blue) = 57+105+65=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #396941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396941 is #C696BE. Grayscale: #565656. Windows color (decimal): -13014719 or 4286777. OLE color: 4286777.

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

Color convert

RGB5710565-
CMYK0.4600.380.59
HSL130º29.63%31.76%-
HSV(B)130º45.71%41.18%-
XYZ7.6911.356.79-
YUV86.09116.1107.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 105 (41.41% from 255) = 46.26%
BLUE value IS 65 (25.78% from 255) = 28.63%
R=25.11%
G=46.26%
B=28.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57105650.4600.380.5913029.6331.76
Hex3969412E0263B821e20
Octal7115110156046732023640
Binary1110011101001100000110111001001101110111000001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396941; }

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

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

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

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

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

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

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

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