Shades of Hunter Green #39683C
Tints of Hunter Green #39683C
RGB
CMYK
RGB Variations
Color information
#39683C (or 0x39683C) is known color: Hunter Green. HEX triplet: 39, 68 and 3C. RGB value is (57,104,60). Sum of RGB (Red+Green+Blue) = 57+104+60=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #39683C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39683C is #C697C3. Grayscale: #555555. Windows color (decimal): -13014980 or 3958841. OLE color: 3958841.
HSL color Cylindrical-coordinate representation of color #39683C: hue angle of 123.83º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #39683C is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 104 | 60 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.59 |
| HSL | 123.83º | 0.29% | 0.32% | - |
| HSV(B) | 123.83º | 0.45% | 0.41% | - |
| XYZ | 7.45 | 11.1 | 6.02 | - |
| YUV | 84.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 104 | 60 | 0.45 | 0 | 0.42 | 0.59 | 123.83 | 0.29 | 0.32 |
| Hex | 39 | 68 | 3C | 2D | 0 | 2A | 3B | 7C | 1D | 20 |
| Octal | 71 | 150 | 74 | 55 | 0 | 52 | 73 | 174 | 35 | 40 |
| Binary | 111001 | 1101000 | 111100 | 101101 | 0 | 101010 | 111011 | 1111100 | 11101 | 100000 |
Color Harmonies of #39683C
Complementary color
Monochromatic Colors of #39683C
Black with #39683C
Text Example
Text Example
White with #39683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39683C; }
p { color: rgb(57,104,60); }
H1.HeaderClassName
{
color: #39683C;
}
.AnyTagClassName
{
color: #39683C;
}
</style>
background-color css
<style>
a { background-color: #39683C; }
a { background-color: rgb(57,104,60); }
div.DivClassName
{
background-color: #39683C;
}
.BgClassName
{
background-color: #39683C;
}
</style>
border-color css
<style>
span { border-color: #39683C; }
span { border-color: rgb(57,104,60); }
td.TdClassName
{
border-color: #39683C;
}
.TagClassName
{
border-color: #39683C;
}
</style>