Shades of Hunter Green #3D6540
Tints of Hunter Green #3D6540
RGB
CMYK
RGB Variations
Color information
#3D6540 (or 0x3D6540) is known color: Hunter Green. HEX triplet: 3D, 65 and 40. RGB value is (61,101,64). Sum of RGB (Red+Green+Blue) = 61+101+64=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 101 - color contains mainly: green. Hex color #3D6540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6540 is #C29ABF. Grayscale: #545454. Windows color (decimal): -12753600 or 4220221. OLE color: 4220221.
HSL color Cylindrical-coordinate representation of color #3D6540: hue angle of 124.5º 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 #3D6540 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 101 | 64 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.60 |
| HSL | 124.5º | 0.25% | 0.32% | - |
| HSV(B) | 124.5º | 0.4% | 0.4% | - |
| XYZ | 7.5 | 10.67 | 6.51 | - |
| YUV | 84.82 | 116.25 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 101 | 64 | 0.40 | 0 | 0.37 | 0.60 | 124.5 | 0.25 | 0.32 |
| Hex | 3D | 65 | 40 | 28 | 0 | 25 | 3C | 7C | 19 | 20 |
| Octal | 75 | 145 | 100 | 50 | 0 | 45 | 74 | 174 | 31 | 40 |
| Binary | 111101 | 1100101 | 1000000 | 101000 | 0 | 100101 | 111100 | 1111100 | 11001 | 100000 |
Color Harmonies of #3D6540
Complementary color
Monochromatic Colors of #3D6540
Black with #3D6540
Text Example
Text Example
White with #3D6540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6540; }
p { color: rgb(61,101,64); }
H1.HeaderClassName
{
color: #3D6540;
}
.AnyTagClassName
{
color: #3D6540;
}
</style>
background-color css
<style>
a { background-color: #3D6540; }
a { background-color: rgb(61,101,64); }
div.DivClassName
{
background-color: #3D6540;
}
.BgClassName
{
background-color: #3D6540;
}
</style>
border-color css
<style>
span { border-color: #3D6540; }
span { border-color: rgb(61,101,64); }
td.TdClassName
{
border-color: #3D6540;
}
.TagClassName
{
border-color: #3D6540;
}
</style>