#396944

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

Shades of Hunter Green #396944

Tints of Hunter Green #396944

Color information

#396944 (or 0x396944) is unknown color: approx Hunter Green. HEX triplet: 39, 69 and 44. RGB value is (57,105,68). Sum of RGB (Red+Green+Blue) = 57+105+68=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #396944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396944 is #C696BB. Grayscale: #565656. Windows color (decimal): -13014716 or 4483385. OLE color: 4483385.

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

Color convert

RGB5710568-
CMYK0.4600.350.59
HSL133.75º29.63%31.76%-
HSV(B)133.75º45.71%41.18%-
XYZ7.7811.397.26-
YUV86.43117.6107.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 105 (41.41% from 255) = 45.65%
BLUE value IS 68 (26.95% from 255) = 29.57%
R=24.78%
G=45.65%
B=29.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57105680.4600.350.59133.7529.6331.76
Hex3969442E0233B861e20
Octal7115110456043732063640
Binary1110011101001100010010111001000111110111000011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396944; }

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

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

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

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

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

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

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

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