Shades of Hunter Green #3D503F
Tints of Hunter Green #3D503F
RGB
CMYK
RGB Variations
Color information
#3D503F (or 0x3D503F) is known color: Hunter Green. HEX triplet: 3D, 50 and 3F. RGB value is (61,80,63). Sum of RGB (Red+Green+Blue) = 61+80+63=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #3D503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D503F is #C2AFC0. Grayscale: #484848. Windows color (decimal): -12758977 or 4149309. OLE color: 4149309.
HSL color Cylindrical-coordinate representation of color #3D503F: hue angle of 126.32º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D503F is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 80 | 63 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.69 |
| HSL | 126.32º | 0.13% | 0.28% | - |
| HSV(B) | 126.32º | 0.24% | 0.31% | - |
| XYZ | 5.69 | 7.09 | 5.77 | - |
| YUV | 72.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 63 | 0.24 | 0 | 0.21 | 0.69 | 126.32 | 0.13 | 0.28 |
| Hex | 3D | 50 | 3F | 18 | 0 | 15 | 45 | 7E | D | 1C |
| Octal | 75 | 120 | 77 | 30 | 0 | 25 | 105 | 176 | 15 | 34 |
| Binary | 111101 | 1010000 | 111111 | 11000 | 0 | 10101 | 1000101 | 1111110 | 1101 | 11100 |
Color Harmonies of #3D503F
Complementary color
Monochromatic Colors of #3D503F
Black with #3D503F
Text Example
Text Example
White with #3D503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D503F; }
p { color: rgb(61,80,63); }
H1.HeaderClassName
{
color: #3D503F;
}
.AnyTagClassName
{
color: #3D503F;
}
</style>
background-color css
<style>
a { background-color: #3D503F; }
a { background-color: rgb(61,80,63); }
div.DivClassName
{
background-color: #3D503F;
}
.BgClassName
{
background-color: #3D503F;
}
</style>
border-color css
<style>
span { border-color: #3D503F; }
span { border-color: rgb(61,80,63); }
td.TdClassName
{
border-color: #3D503F;
}
.TagClassName
{
border-color: #3D503F;
}
</style>