#396D45

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

Shades of Hunter Green #396D45

Tints of Hunter Green #396D45

Color information

#396D45 (or 0x396D45) is unknown color: approx Hunter Green. HEX triplet: 39, 6D and 45. RGB value is (57,109,69). Sum of RGB (Red+Green+Blue) = 57+109+69=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 109 - color contains mainly: green. Hex color #396D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396D45 is #C692BA. Grayscale: #595959. Windows color (decimal): -13013691 or 4549945. OLE color: 4549945.

HSL color Cylindrical-coordinate representation of color #396D45: hue angle of 133.85º 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 #396D45 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB5710969-
CMYK0.4800.370.57
HSL133.85º31.33%32.55%-
HSV(B)133.85º47.71%42.75%-
XYZ8.2312.247.56-
YUV88.89116.77105.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 109 (42.97% from 255) = 46.38%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=24.26%
G=46.38%
B=29.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57109690.4800.370.57133.8531.3332.55
Hex396D453002539861f21
Octal7115510560045712063741
Binary1110011101101100010111000001001011110011000011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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