#396B3C

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

Shades of Hunter Green #396B3C

Tints of Hunter Green #396B3C

Color information

#396B3C (or 0x396B3C) is unknown color: approx Hunter Green. HEX triplet: 39, 6B and 3C. RGB value is (57,107,60). Sum of RGB (Red+Green+Blue) = 57+107+60=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #396B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B3C is #C694C3. Grayscale: #565656. Windows color (decimal): -13014212 or 3959609. OLE color: 3959609.

HSL color Cylindrical-coordinate representation of color #396B3C: hue angle of 123.6º 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 #396B3C is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB5710760-
CMYK0.4700.440.58
HSL123.6º30.49%32.16%-
HSV(B)123.6º46.73%41.96%-
XYZ7.7611.716.13-
YUV86.69112.94106.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.45%
GREEN value IS 107 (42.19% from 255) = 47.77%
BLUE value IS 60 (23.83% from 255) = 26.79%
R=25.45%
G=47.77%
B=26.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57107600.4700.440.58123.630.4932.16
Hex396B3C2F02C3A7c1e20
Octal711537457054721743640
Binary11100111010111111001011110101100111010111110011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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