Shades of Hunter Green #3D653F
Tints of Hunter Green #3D653F
RGB
CMYK
RGB Variations
Color information
#3D653F (or 0x3D653F) is known color: Hunter Green. HEX triplet: 3D, 65 and 3F. RGB value is (61,101,63). Sum of RGB (Red+Green+Blue) = 61+101+63=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #3D653F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D653F is #C29AC0. Grayscale: #545454. Windows color (decimal): -12753601 or 4154685. OLE color: 4154685.
HSL color Cylindrical-coordinate representation of color #3D653F: hue angle of 123º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D653F is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 101 | 63 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.60 |
| HSL | 123º | 0.25% | 0.32% | - |
| HSV(B) | 123º | 0.4% | 0.4% | - |
| XYZ | 7.48 | 10.66 | 6.37 | - |
| YUV | 84.71 | 115.75 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 101 | 63 | 0.40 | 0 | 0.38 | 0.60 | 123 | 0.25 | 0.32 |
| Hex | 3D | 65 | 3F | 28 | 0 | 26 | 3C | 7B | 19 | 20 |
| Octal | 75 | 145 | 77 | 50 | 0 | 46 | 74 | 173 | 31 | 40 |
| Binary | 111101 | 1100101 | 111111 | 101000 | 0 | 100110 | 111100 | 1111011 | 11001 | 100000 |
Color Harmonies of #3D653F
Complementary color
Monochromatic Colors of #3D653F
Black with #3D653F
Text Example
Text Example
White with #3D653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D653F; }
p { color: rgb(61,101,63); }
H1.HeaderClassName
{
color: #3D653F;
}
.AnyTagClassName
{
color: #3D653F;
}
</style>
background-color css
<style>
a { background-color: #3D653F; }
a { background-color: rgb(61,101,63); }
div.DivClassName
{
background-color: #3D653F;
}
.BgClassName
{
background-color: #3D653F;
}
</style>
border-color css
<style>
span { border-color: #3D653F; }
span { border-color: rgb(61,101,63); }
td.TdClassName
{
border-color: #3D653F;
}
.TagClassName
{
border-color: #3D653F;
}
</style>