Shades of Hunter Green #3D6845
Tints of Hunter Green #3D6845
RGB
CMYK
RGB Variations
Color information
#3D6845 (or 0x3D6845) is known color: Hunter Green. HEX triplet: 3D, 68 and 45. RGB value is (61,104,69). Sum of RGB (Red+Green+Blue) = 61+104+69=234 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.07% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #3D6845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6845 is #C297BA. Grayscale: #575757. Windows color (decimal): -12752827 or 4548669. OLE color: 4548669.
HSL color Cylindrical-coordinate representation of color #3D6845: hue angle of 131.16º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D6845 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 104 | 69 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.59 |
| HSL | 131.16º | 0.26% | 0.32% | - |
| HSV(B) | 131.16º | 0.41% | 0.41% | - |
| XYZ | 7.95 | 11.32 | 7.4 | - |
| YUV | 87.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 104 | 69 | 0.41 | 0 | 0.34 | 0.59 | 131.16 | 0.26 | 0.32 |
| Hex | 3D | 68 | 45 | 29 | 0 | 22 | 3B | 83 | 1A | 20 |
| Octal | 75 | 150 | 105 | 51 | 0 | 42 | 73 | 203 | 32 | 40 |
| Binary | 111101 | 1101000 | 1000101 | 101001 | 0 | 100010 | 111011 | 10000011 | 11010 | 100000 |
Color Harmonies of #3D6845
Complementary color
Monochromatic Colors of #3D6845
Black with #3D6845
Text Example
Text Example
White with #3D6845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6845; }
p { color: rgb(61,104,69); }
H1.HeaderClassName
{
color: #3D6845;
}
.AnyTagClassName
{
color: #3D6845;
}
</style>
background-color css
<style>
a { background-color: #3D6845; }
a { background-color: rgb(61,104,69); }
div.DivClassName
{
background-color: #3D6845;
}
.BgClassName
{
background-color: #3D6845;
}
</style>
border-color css
<style>
span { border-color: #3D6845; }
span { border-color: rgb(61,104,69); }
td.TdClassName
{
border-color: #3D6845;
}
.TagClassName
{
border-color: #3D6845;
}
</style>