Shades of Hunter Green #39513C
Tints of Hunter Green #39513C
RGB
CMYK
RGB Variations
Color information
#39513C (or 0x39513C) is known color: Hunter Green. HEX triplet: 39, 51 and 3C. RGB value is (57,81,60). Sum of RGB (Red+Green+Blue) = 57+81+60=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 81 - color contains mainly: green. Hex color #39513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39513C is #C6AEC3. Grayscale: #474747. Windows color (decimal): -13020868 or 3952953. OLE color: 3952953.
HSL color Cylindrical-coordinate representation of color #39513C: hue angle of 127.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #39513C is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 81 | 60 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.68 |
| HSL | 127.5º | 0.17% | 0.27% | - |
| HSV(B) | 127.5º | 0.3% | 0.32% | - |
| XYZ | 5.45 | 7.08 | 5.35 | - |
| YUV | 71.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 81 | 60 | 0.30 | 0 | 0.26 | 0.68 | 127.5 | 0.17 | 0.27 |
| Hex | 39 | 51 | 3C | 1E | 0 | 1A | 44 | 80 | 11 | 1B |
| Octal | 71 | 121 | 74 | 36 | 0 | 32 | 104 | 200 | 21 | 33 |
| Binary | 111001 | 1010001 | 111100 | 11110 | 0 | 11010 | 1000100 | 10000000 | 10001 | 11011 |
Color Harmonies of #39513C
Complementary color
Monochromatic Colors of #39513C
Black with #39513C
Text Example
Text Example
White with #39513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39513C; }
p { color: rgb(57,81,60); }
H1.HeaderClassName
{
color: #39513C;
}
.AnyTagClassName
{
color: #39513C;
}
</style>
background-color css
<style>
a { background-color: #39513C; }
a { background-color: rgb(57,81,60); }
div.DivClassName
{
background-color: #39513C;
}
.BgClassName
{
background-color: #39513C;
}
</style>
border-color css
<style>
span { border-color: #39513C; }
span { border-color: rgb(57,81,60); }
td.TdClassName
{
border-color: #39513C;
}
.TagClassName
{
border-color: #39513C;
}
</style>