#396940

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

Shades of Hunter Green #396940

Tints of Hunter Green #396940

Color information

#396940 (or 0x396940) is unknown color: approx Hunter Green. HEX triplet: 39, 69 and 40. RGB value is (57,105,64). Sum of RGB (Red+Green+Blue) = 57+105+64=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #396940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396940 is #C696BF. Grayscale: #565656. Windows color (decimal): -13014720 or 4221241. OLE color: 4221241.

HSL color Cylindrical-coordinate representation of color #396940: hue angle of 128.75º 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 #396940 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB5710564-
CMYK0.4600.390.59
HSL128.75º29.63%31.76%-
HSV(B)128.75º45.71%41.18%-
XYZ7.6611.346.64-
YUV85.97115.6107.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 105 (41.41% from 255) = 46.46%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=25.22%
G=46.46%
B=28.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57105640.4600.390.59128.7529.6331.76
Hex3969402E0273B811e20
Octal7115110056047732013640
Binary1110011101001100000010111001001111110111000000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396940; }

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

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

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

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

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

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

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

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