Shades of Hunter Green #3D5541
Tints of Hunter Green #3D5541
RGB
CMYK
RGB Variations
Color information
#3D5541 (or 0x3D5541) is known color: Hunter Green. HEX triplet: 3D, 55 and 41. RGB value is (61,85,65). Sum of RGB (Red+Green+Blue) = 61+85+65=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5541 is #C2AABE. Grayscale: #4B4B4B. Windows color (decimal): -12757695 or 4281661. OLE color: 4281661.
HSL color Cylindrical-coordinate representation of color #3D5541: hue angle of 130º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D5541 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 85 | 65 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.67 |
| HSL | 130º | 0.16% | 0.29% | - |
| HSV(B) | 130º | 0.28% | 0.33% | - |
| XYZ | 6.13 | 7.87 | 6.2 | - |
| YUV | 75.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 65 | 0.28 | 0 | 0.24 | 0.67 | 130 | 0.16 | 0.29 |
| Hex | 3D | 55 | 41 | 1C | 0 | 18 | 43 | 82 | 10 | 1D |
| Octal | 75 | 125 | 101 | 34 | 0 | 30 | 103 | 202 | 20 | 35 |
| Binary | 111101 | 1010101 | 1000001 | 11100 | 0 | 11000 | 1000011 | 10000010 | 10000 | 11101 |
Color Harmonies of #3D5541
Complementary color
Monochromatic Colors of #3D5541
Black with #3D5541
Text Example
Text Example
White with #3D5541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5541; }
p { color: rgb(61,85,65); }
H1.HeaderClassName
{
color: #3D5541;
}
.AnyTagClassName
{
color: #3D5541;
}
</style>
background-color css
<style>
a { background-color: #3D5541; }
a { background-color: rgb(61,85,65); }
div.DivClassName
{
background-color: #3D5541;
}
.BgClassName
{
background-color: #3D5541;
}
</style>
border-color css
<style>
span { border-color: #3D5541; }
span { border-color: rgb(61,85,65); }
td.TdClassName
{
border-color: #3D5541;
}
.TagClassName
{
border-color: #3D5541;
}
</style>