Shades of Hunter Green #3B5B40
Tints of Hunter Green #3B5B40
RGB
CMYK
RGB Variations
Color information
#3B5B40 (or 0x3B5B40) is known color: Hunter Green. HEX triplet: 3B, 5B and 40. RGB value is (59,91,64). Sum of RGB (Red+Green+Blue) = 59+91+64=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 91 - color contains mainly: green. Hex color #3B5B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5B40 is #C4A4BF. Grayscale: #4E4E4E. Windows color (decimal): -12887232 or 4217659. OLE color: 4217659.
HSL color Cylindrical-coordinate representation of color #3B5B40: hue angle of 129.38º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3B5B40 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 91 | 64 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.64 |
| HSL | 129.38º | 0.21% | 0.29% | - |
| HSV(B) | 129.38º | 0.35% | 0.36% | - |
| XYZ | 6.47 | 8.78 | 6.2 | - |
| YUV | 78.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 91 | 64 | 0.35 | 0 | 0.30 | 0.64 | 129.38 | 0.21 | 0.29 |
| Hex | 3B | 5B | 40 | 23 | 0 | 1E | 40 | 81 | 15 | 1D |
| Octal | 73 | 133 | 100 | 43 | 0 | 36 | 100 | 201 | 25 | 35 |
| Binary | 111011 | 1011011 | 1000000 | 100011 | 0 | 11110 | 1000000 | 10000001 | 10101 | 11101 |
Color Harmonies of #3B5B40
Complementary color
Monochromatic Colors of #3B5B40
Black with #3B5B40
Text Example
Text Example
White with #3B5B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5B40; }
p { color: rgb(59,91,64); }
H1.HeaderClassName
{
color: #3B5B40;
}
.AnyTagClassName
{
color: #3B5B40;
}
</style>
background-color css
<style>
a { background-color: #3B5B40; }
a { background-color: rgb(59,91,64); }
div.DivClassName
{
background-color: #3B5B40;
}
.BgClassName
{
background-color: #3B5B40;
}
</style>
border-color css
<style>
span { border-color: #3B5B40; }
span { border-color: rgb(59,91,64); }
td.TdClassName
{
border-color: #3B5B40;
}
.TagClassName
{
border-color: #3B5B40;
}
</style>