Shades of Hunter Green #39613A
Tints of Hunter Green #39613A
RGB
CMYK
RGB Variations
Color information
#39613A (or 0x39613A) is known color: Hunter Green. HEX triplet: 39, 61 and 3A. RGB value is (57,97,58). Sum of RGB (Red+Green+Blue) = 57+97+58=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #39613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39613A is #C69EC5. Grayscale: #505050. Windows color (decimal): -13016774 or 3825977. OLE color: 3825977.
HSL color Cylindrical-coordinate representation of color #39613A: hue angle of 121.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #39613A is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 97 | 58 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.62 |
| HSL | 121.5º | 0.26% | 0.3% | - |
| HSV(B) | 121.5º | 0.41% | 0.38% | - |
| XYZ | 6.73 | 9.72 | 5.53 | - |
| YUV | 80.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 97 | 58 | 0.41 | 0 | 0.40 | 0.62 | 121.5 | 0.26 | 0.3 |
| Hex | 39 | 61 | 3A | 29 | 0 | 28 | 3E | 7A | 1A | 1E |
| Octal | 71 | 141 | 72 | 51 | 0 | 50 | 76 | 172 | 32 | 36 |
| Binary | 111001 | 1100001 | 111010 | 101001 | 0 | 101000 | 111110 | 1111010 | 11010 | 11110 |
Color Harmonies of #39613A
Complementary color
Monochromatic Colors of #39613A
Black with #39613A
Text Example
Text Example
White with #39613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39613A; }
p { color: rgb(57,97,58); }
H1.HeaderClassName
{
color: #39613A;
}
.AnyTagClassName
{
color: #39613A;
}
</style>
background-color css
<style>
a { background-color: #39613A; }
a { background-color: rgb(57,97,58); }
div.DivClassName
{
background-color: #39613A;
}
.BgClassName
{
background-color: #39613A;
}
</style>
border-color css
<style>
span { border-color: #39613A; }
span { border-color: rgb(57,97,58); }
td.TdClassName
{
border-color: #39613A;
}
.TagClassName
{
border-color: #39613A;
}
</style>