Shades of Hunter Green #39613B
Tints of Hunter Green #39613B
RGB
CMYK
RGB Variations
Color information
#39613B (or 0x39613B) is known color: Hunter Green. HEX triplet: 39, 61 and 3B. RGB value is (57,97,59). Sum of RGB (Red+Green+Blue) = 57+97+59=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #39613B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39613B is #C69EC4. Grayscale: #505050. Windows color (decimal): -13016773 or 3891513. OLE color: 3891513.
HSL color Cylindrical-coordinate representation of color #39613B: hue angle of 123º 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 #39613B is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 97 | 59 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.62 |
| HSL | 123º | 0.26% | 0.3% | - |
| HSV(B) | 123º | 0.41% | 0.38% | - |
| XYZ | 6.75 | 9.74 | 5.66 | - |
| YUV | 80.71 | 115.75 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 97 | 59 | 0.41 | 0 | 0.39 | 0.62 | 123 | 0.26 | 0.3 |
| Hex | 39 | 61 | 3B | 29 | 0 | 27 | 3E | 7B | 1A | 1E |
| Octal | 71 | 141 | 73 | 51 | 0 | 47 | 76 | 173 | 32 | 36 |
| Binary | 111001 | 1100001 | 111011 | 101001 | 0 | 100111 | 111110 | 1111011 | 11010 | 11110 |
Color Harmonies of #39613B
Complementary color
Monochromatic Colors of #39613B
Black with #39613B
Text Example
Text Example
White with #39613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39613B; }
p { color: rgb(57,97,59); }
H1.HeaderClassName
{
color: #39613B;
}
.AnyTagClassName
{
color: #39613B;
}
</style>
background-color css
<style>
a { background-color: #39613B; }
a { background-color: rgb(57,97,59); }
div.DivClassName
{
background-color: #39613B;
}
.BgClassName
{
background-color: #39613B;
}
</style>
border-color css
<style>
span { border-color: #39613B; }
span { border-color: rgb(57,97,59); }
td.TdClassName
{
border-color: #39613B;
}
.TagClassName
{
border-color: #39613B;
}
</style>