#396B40

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

Shades of Hunter Green #396B40

Tints of Hunter Green #396B40

Color information

#396B40 (or 0x396B40) is unknown color: approx Hunter Green. HEX triplet: 39, 6B and 40. RGB value is (57,107,64). Sum of RGB (Red+Green+Blue) = 57+107+64=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #396B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B40 is #C694BF. Grayscale: #575757. Windows color (decimal): -13014208 or 4221753. OLE color: 4221753.

HSL color Cylindrical-coordinate representation of color #396B40: hue angle of 128.4º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396B40 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB5710764-
CMYK0.4700.400.58
HSL128.4º30.49%32.16%-
HSV(B)128.4º46.73%41.96%-
XYZ7.8711.766.7-
YUV87.15114.94106.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 107 (42.19% from 255) = 46.93%
BLUE value IS 64 (25.39% from 255) = 28.07%
R=25%
G=46.93%
B=28.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57107640.4700.400.58128.430.4932.16
Hex396B402F0283A801e20
Octal7115310057050722003640
Binary1110011101011100000010111101010001110101000000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396B40; }

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

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

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

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

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

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

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

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