Shades of Hunter Green #3D6347
Tints of Hunter Green #3D6347
RGB
CMYK
RGB Variations
Color information
#3D6347 (or 0x3D6347) is known color: Hunter Green. HEX triplet: 3D, 63 and 47. RGB value is (61,99,71). Sum of RGB (Red+Green+Blue) = 61+99+71=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #3D6347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6347 is #C29CB8. Grayscale: #545454. Windows color (decimal): -12754105 or 4678461. OLE color: 4678461.
HSL color Cylindrical-coordinate representation of color #3D6347: hue angle of 135.79º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D6347 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 99 | 71 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.61 |
| HSL | 135.79º | 0.24% | 0.31% | - |
| HSV(B) | 135.79º | 0.38% | 0.39% | - |
| XYZ | 7.52 | 10.37 | 7.57 | - |
| YUV | 84.45 | 120.41 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 99 | 71 | 0.38 | 0 | 0.28 | 0.61 | 135.79 | 0.24 | 0.31 |
| Hex | 3D | 63 | 47 | 26 | 0 | 1C | 3D | 88 | 18 | 1F |
| Octal | 75 | 143 | 107 | 46 | 0 | 34 | 75 | 210 | 30 | 37 |
| Binary | 111101 | 1100011 | 1000111 | 100110 | 0 | 11100 | 111101 | 10001000 | 11000 | 11111 |
Color Harmonies of #3D6347
Complementary color
Monochromatic Colors of #3D6347
Black with #3D6347
Text Example
Text Example
White with #3D6347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6347; }
p { color: rgb(61,99,71); }
H1.HeaderClassName
{
color: #3D6347;
}
.AnyTagClassName
{
color: #3D6347;
}
</style>
background-color css
<style>
a { background-color: #3D6347; }
a { background-color: rgb(61,99,71); }
div.DivClassName
{
background-color: #3D6347;
}
.BgClassName
{
background-color: #3D6347;
}
</style>
border-color css
<style>
span { border-color: #3D6347; }
span { border-color: rgb(61,99,71); }
td.TdClassName
{
border-color: #3D6347;
}
.TagClassName
{
border-color: #3D6347;
}
</style>