#396141

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

Shades of Hunter Green #396141

Tints of Hunter Green #396141

Color information

#396141 (or 0x396141) is unknown color: approx Hunter Green. HEX triplet: 39, 61 and 41. RGB value is (57,97,65). Sum of RGB (Red+Green+Blue) = 57+97+65=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #396141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396141 is #C69EBE. Grayscale: #515151. Windows color (decimal): -13016767 or 4284729. OLE color: 4284729.

HSL color Cylindrical-coordinate representation of color #396141: hue angle of 132º degrees, saturation: 0.26, 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 #396141 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB579765-
CMYK0.4100.330.62
HSL132º25.97%30.2%-
HSV(B)132º41.24%38.04%-
XYZ6.929.86.53-
YUV81.39118.75110.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 97 (38.28% from 255) = 44.29%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=26.03%
G=44.29%
B=29.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797650.4100.330.6213225.9730.2
Hex396141290213E841a1e
Octal7114110151041762043236
Binary111001110000110000011010010100001111110100001001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396141; }

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

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

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

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

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

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

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

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