Shades of Hunter Green #3D513F
Tints of Hunter Green #3D513F
RGB
CMYK
RGB Variations
Color information
#3D513F (or 0x3D513F) is known color: Hunter Green. HEX triplet: 3D, 51 and 3F. RGB value is (61,81,63). Sum of RGB (Red+Green+Blue) = 61+81+63=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 81 - color contains mainly: green. Hex color #3D513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D513F is #C2AEC0. Grayscale: #494949. Windows color (decimal): -12758721 or 4149565. OLE color: 4149565.
HSL color Cylindrical-coordinate representation of color #3D513F: hue angle of 126º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D513F is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 81 | 63 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.68 |
| HSL | 126º | 0.14% | 0.28% | - |
| HSV(B) | 126º | 0.25% | 0.32% | - |
| XYZ | 5.76 | 7.24 | 5.8 | - |
| YUV | 72.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 63 | 0.25 | 0 | 0.22 | 0.68 | 126 | 0.14 | 0.28 |
| Hex | 3D | 51 | 3F | 19 | 0 | 16 | 44 | 7E | E | 1C |
| Octal | 75 | 121 | 77 | 31 | 0 | 26 | 104 | 176 | 16 | 34 |
| Binary | 111101 | 1010001 | 111111 | 11001 | 0 | 10110 | 1000100 | 1111110 | 1110 | 11100 |
Color Harmonies of #3D513F
Complementary color
Monochromatic Colors of #3D513F
Black with #3D513F
Text Example
Text Example
White with #3D513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D513F; }
p { color: rgb(61,81,63); }
H1.HeaderClassName
{
color: #3D513F;
}
.AnyTagClassName
{
color: #3D513F;
}
</style>
background-color css
<style>
a { background-color: #3D513F; }
a { background-color: rgb(61,81,63); }
div.DivClassName
{
background-color: #3D513F;
}
.BgClassName
{
background-color: #3D513F;
}
</style>
border-color css
<style>
span { border-color: #3D513F; }
span { border-color: rgb(61,81,63); }
td.TdClassName
{
border-color: #3D513F;
}
.TagClassName
{
border-color: #3D513F;
}
</style>