Shades of Hunter Green #3B5941
Tints of Hunter Green #3B5941
RGB
CMYK
RGB Variations
Color information
#3B5941 (or 0x3B5941) is known color: Hunter Green. HEX triplet: 3B, 59 and 41. RGB value is (59,89,65). Sum of RGB (Red+Green+Blue) = 59+89+65=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #3B5941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5941 is #C4A6BE. Grayscale: #4D4D4D. Windows color (decimal): -12887743 or 4282683. OLE color: 4282683.
HSL color Cylindrical-coordinate representation of color #3B5941: hue angle of 132º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B5941 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 89 | 65 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.65 |
| HSL | 132º | 0.2% | 0.29% | - |
| HSV(B) | 132º | 0.34% | 0.35% | - |
| XYZ | 6.33 | 8.46 | 6.3 | - |
| YUV | 77.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 89 | 65 | 0.34 | 0 | 0.27 | 0.65 | 132 | 0.2 | 0.29 |
| Hex | 3B | 59 | 41 | 22 | 0 | 1B | 41 | 84 | 14 | 1D |
| Octal | 73 | 131 | 101 | 42 | 0 | 33 | 101 | 204 | 24 | 35 |
| Binary | 111011 | 1011001 | 1000001 | 100010 | 0 | 11011 | 1000001 | 10000100 | 10100 | 11101 |
Color Harmonies of #3B5941
Complementary color
Monochromatic Colors of #3B5941
Black with #3B5941
Text Example
Text Example
White with #3B5941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5941; }
p { color: rgb(59,89,65); }
H1.HeaderClassName
{
color: #3B5941;
}
.AnyTagClassName
{
color: #3B5941;
}
</style>
background-color css
<style>
a { background-color: #3B5941; }
a { background-color: rgb(59,89,65); }
div.DivClassName
{
background-color: #3B5941;
}
.BgClassName
{
background-color: #3B5941;
}
</style>
border-color css
<style>
span { border-color: #3B5941; }
span { border-color: rgb(59,89,65); }
td.TdClassName
{
border-color: #3B5941;
}
.TagClassName
{
border-color: #3B5941;
}
</style>