#396945

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

Shades of Hunter Green #396945

Tints of Hunter Green #396945

Color information

#396945 (or 0x396945) is unknown color: approx Hunter Green. HEX triplet: 39, 69 and 45. RGB value is (57,105,69). Sum of RGB (Red+Green+Blue) = 57+105+69=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #396945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396945 is #C696BA. Grayscale: #565656. Windows color (decimal): -13014715 or 4548921. OLE color: 4548921.

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

Color convert

RGB5710569-
CMYK0.4600.340.59
HSL135º29.63%31.76%-
HSV(B)135º45.71%41.18%-
XYZ7.8111.47.42-
YUV86.54118.1106.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.68%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=24.68%
G=45.45%
B=29.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57105690.4600.340.5913529.6331.76
Hex3969452E0223B871e20
Octal7115110556042732073640
Binary1110011101001100010110111001000101110111000011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396945; }

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

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

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

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

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

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

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

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