Shades of Clover #3B5918
Tints of Clover #3B5918
RGB
CMYK
RGB Variations
Color information
#3B5918 (or 0x3B5918) is known color: Clover. HEX triplet: 3B, 59 and 18. RGB value is (59,89,24). Sum of RGB (Red+Green+Blue) = 59+89+24=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #3B5918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5918 is #C4A6E7. Grayscale: #484848. Windows color (decimal): -12887784 or 1595707. OLE color: 1595707.
HSL color Cylindrical-coordinate representation of color #3B5918: hue angle of 87.69º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B5918 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 89 | 24 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.65 |
| HSL | 87.69º | 0.58% | 0.22% | - |
| HSV(B) | 87.69º | 0.73% | 0.35% | - |
| XYZ | 5.54 | 8.14 | 2.14 | - |
| YUV | 72.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 89 | 24 | 0.34 | 0 | 0.73 | 0.65 | 87.69 | 0.58 | 0.22 |
| Hex | 3B | 59 | 18 | 22 | 0 | 49 | 41 | 58 | 3A | 16 |
| Octal | 73 | 131 | 30 | 42 | 0 | 111 | 101 | 130 | 72 | 26 |
| Binary | 111011 | 1011001 | 11000 | 100010 | 0 | 1001001 | 1000001 | 1011000 | 111010 | 10110 |
Color Harmonies of #3B5918
Complementary color
Monochromatic Colors of #3B5918
Black with #3B5918
Text Example
Text Example
White with #3B5918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5918; }
p { color: rgb(59,89,24); }
H1.HeaderClassName
{
color: #3B5918;
}
.AnyTagClassName
{
color: #3B5918;
}
</style>
background-color css
<style>
a { background-color: #3B5918; }
a { background-color: rgb(59,89,24); }
div.DivClassName
{
background-color: #3B5918;
}
.BgClassName
{
background-color: #3B5918;
}
</style>
border-color css
<style>
span { border-color: #3B5918; }
span { border-color: rgb(59,89,24); }
td.TdClassName
{
border-color: #3B5918;
}
.TagClassName
{
border-color: #3B5918;
}
</style>