Shades of Hunter Green #3D5942
Tints of Hunter Green #3D5942
RGB
CMYK
RGB Variations
Color information
#3D5942 (or 0x3D5942) is known color: Hunter Green. HEX triplet: 3D, 59 and 42. RGB value is (61,89,66). Sum of RGB (Red+Green+Blue) = 61+89+66=216 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.24% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5942 is #C2A6BD. Grayscale: #4E4E4E. Windows color (decimal): -12756670 or 4348221. OLE color: 4348221.
HSL color Cylindrical-coordinate representation of color #3D5942: hue angle of 130.71º 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 #3D5942 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 89 | 66 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.65 |
| HSL | 130.71º | 0.19% | 0.29% | - |
| HSV(B) | 130.71º | 0.31% | 0.35% | - |
| XYZ | 6.48 | 8.53 | 6.46 | - |
| YUV | 78.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 66 | 0.31 | 0 | 0.26 | 0.65 | 130.71 | 0.19 | 0.29 |
| Hex | 3D | 59 | 42 | 1F | 0 | 1A | 41 | 83 | 13 | 1D |
| Octal | 75 | 131 | 102 | 37 | 0 | 32 | 101 | 203 | 23 | 35 |
| Binary | 111101 | 1011001 | 1000010 | 11111 | 0 | 11010 | 1000001 | 10000011 | 10011 | 11101 |
Color Harmonies of #3D5942
Complementary color
Monochromatic Colors of #3D5942
Black with #3D5942
Text Example
Text Example
White with #3D5942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5942; }
p { color: rgb(61,89,66); }
H1.HeaderClassName
{
color: #3D5942;
}
.AnyTagClassName
{
color: #3D5942;
}
</style>
background-color css
<style>
a { background-color: #3D5942; }
a { background-color: rgb(61,89,66); }
div.DivClassName
{
background-color: #3D5942;
}
.BgClassName
{
background-color: #3D5942;
}
</style>
border-color css
<style>
span { border-color: #3D5942; }
span { border-color: rgb(61,89,66); }
td.TdClassName
{
border-color: #3D5942;
}
.TagClassName
{
border-color: #3D5942;
}
</style>