Shades of Hunter Green #39683D
Tints of Hunter Green #39683D
RGB
CMYK
RGB Variations
Color information
#39683D (or 0x39683D) is known color: Hunter Green. HEX triplet: 39, 68 and 3D. RGB value is (57,104,61). Sum of RGB (Red+Green+Blue) = 57+104+61=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #39683D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39683D is #C697C2. Grayscale: #555555. Windows color (decimal): -13014979 or 4024377. OLE color: 4024377.
HSL color Cylindrical-coordinate representation of color #39683D: hue angle of 125.11º 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 #39683D is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 104 | 61 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.59 |
| HSL | 125.11º | 0.29% | 0.32% | - |
| HSV(B) | 125.11º | 0.45% | 0.41% | - |
| XYZ | 7.48 | 11.11 | 6.16 | - |
| YUV | 85.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 104 | 61 | 0.45 | 0 | 0.41 | 0.59 | 125.11 | 0.29 | 0.32 |
| Hex | 39 | 68 | 3D | 2D | 0 | 29 | 3B | 7D | 1D | 20 |
| Octal | 71 | 150 | 75 | 55 | 0 | 51 | 73 | 175 | 35 | 40 |
| Binary | 111001 | 1101000 | 111101 | 101101 | 0 | 101001 | 111011 | 1111101 | 11101 | 100000 |
Color Harmonies of #39683D
Complementary color
Monochromatic Colors of #39683D
Black with #39683D
Text Example
Text Example
White with #39683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39683D; }
p { color: rgb(57,104,61); }
H1.HeaderClassName
{
color: #39683D;
}
.AnyTagClassName
{
color: #39683D;
}
</style>
background-color css
<style>
a { background-color: #39683D; }
a { background-color: rgb(57,104,61); }
div.DivClassName
{
background-color: #39683D;
}
.BgClassName
{
background-color: #39683D;
}
</style>
border-color css
<style>
span { border-color: #39683D; }
span { border-color: rgb(57,104,61); }
td.TdClassName
{
border-color: #39683D;
}
.TagClassName
{
border-color: #39683D;
}
</style>