#396D3D

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

Shades of Hunter Green #396D3D

Tints of Hunter Green #396D3D

Color information

#396D3D (or 0x396D3D) is unknown color: approx Hunter Green. HEX triplet: 39, 6D and 3D. RGB value is (57,109,61). Sum of RGB (Red+Green+Blue) = 57+109+61=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 109 (42.97% from 255 or 48.02% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 109 - color contains mainly: green. Hex color #396D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396D3D is #C692C2. Grayscale: #585858. Windows color (decimal): -13013699 or 4025657. OLE color: 4025657.

HSL color Cylindrical-coordinate representation of color #396D3D: hue angle of 124.62º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396D3D is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB5710961-
CMYK0.4800.440.57
HSL124.62º31.33%32.55%-
HSV(B)124.62º47.71%42.75%-
XYZ812.146.34-
YUV87.98112.77105.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 109 (42.97% from 255) = 48.02%
BLUE value IS 61 (24.22% from 255) = 26.87%
R=25.11%
G=48.02%
B=26.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57109610.4800.440.57124.6231.3332.55
Hex396D3D3002C397d1f21
Octal711557560054711753741
Binary11100111011011111011100000101100111001111110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,109,61); }

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

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

 a { background-color: rgb(57,109,61); }

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

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

 span { border-color: rgb(57,109,61); }

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