Shades of Hunter Green #3D593F
Tints of Hunter Green #3D593F
RGB
CMYK
RGB Variations
Color information
#3D593F (or 0x3D593F) is known color: Hunter Green. HEX triplet: 3D, 59 and 3F. RGB value is (61,89,63). Sum of RGB (Red+Green+Blue) = 61+89+63=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #3D593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D593F is #C2A6C0. Grayscale: #4D4D4D. Windows color (decimal): -12756673 or 4151613. OLE color: 4151613.
HSL color Cylindrical-coordinate representation of color #3D593F: hue angle of 124.29º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D593F is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 89 | 63 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.65 |
| HSL | 124.29º | 0.19% | 0.29% | - |
| HSV(B) | 124.29º | 0.31% | 0.35% | - |
| XYZ | 6.39 | 8.5 | 6.01 | - |
| YUV | 77.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 63 | 0.31 | 0 | 0.29 | 0.65 | 124.29 | 0.19 | 0.29 |
| Hex | 3D | 59 | 3F | 1F | 0 | 1D | 41 | 7C | 13 | 1D |
| Octal | 75 | 131 | 77 | 37 | 0 | 35 | 101 | 174 | 23 | 35 |
| Binary | 111101 | 1011001 | 111111 | 11111 | 0 | 11101 | 1000001 | 1111100 | 10011 | 11101 |
Color Harmonies of #3D593F
Complementary color
Monochromatic Colors of #3D593F
Black with #3D593F
Text Example
Text Example
White with #3D593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D593F; }
p { color: rgb(61,89,63); }
H1.HeaderClassName
{
color: #3D593F;
}
.AnyTagClassName
{
color: #3D593F;
}
</style>
background-color css
<style>
a { background-color: #3D593F; }
a { background-color: rgb(61,89,63); }
div.DivClassName
{
background-color: #3D593F;
}
.BgClassName
{
background-color: #3D593F;
}
</style>
border-color css
<style>
span { border-color: #3D593F; }
span { border-color: rgb(61,89,63); }
td.TdClassName
{
border-color: #3D593F;
}
.TagClassName
{
border-color: #3D593F;
}
</style>