Shades of Clover #3B5D17
Tints of Clover #3B5D17
RGB
CMYK
RGB Variations
Color information
#3B5D17 (or 0x3B5D17) is known color: Clover. HEX triplet: 3B, 5D and 17. RGB value is (59,93,23). Sum of RGB (Red+Green+Blue) = 59+93+23=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #3B5D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5D17 is #C4A2E8. Grayscale: #4B4B4B. Windows color (decimal): -12886761 or 1531195. OLE color: 1531195.
HSL color Cylindrical-coordinate representation of color #3B5D17: hue angle of 89.14º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B5D17 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 93 | 23 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.64 |
| HSL | 89.14º | 0.6% | 0.23% | - |
| HSV(B) | 89.14º | 0.75% | 0.36% | - |
| XYZ | 5.87 | 8.82 | 2.2 | - |
| YUV | 74.85 | 98.74 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 93 | 23 | 0.37 | 0 | 0.75 | 0.64 | 89.14 | 0.6 | 0.23 |
| Hex | 3B | 5D | 17 | 25 | 0 | 4B | 40 | 59 | 3C | 17 |
| Octal | 73 | 135 | 27 | 45 | 0 | 113 | 100 | 131 | 74 | 27 |
| Binary | 111011 | 1011101 | 10111 | 100101 | 0 | 1001011 | 1000000 | 1011001 | 111100 | 10111 |
Color Harmonies of #3B5D17
Complementary color
Monochromatic Colors of #3B5D17
Black with #3B5D17
Text Example
Text Example
White with #3B5D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5D17; }
p { color: rgb(59,93,23); }
H1.HeaderClassName
{
color: #3B5D17;
}
.AnyTagClassName
{
color: #3B5D17;
}
</style>
background-color css
<style>
a { background-color: #3B5D17; }
a { background-color: rgb(59,93,23); }
div.DivClassName
{
background-color: #3B5D17;
}
.BgClassName
{
background-color: #3B5D17;
}
</style>
border-color css
<style>
span { border-color: #3B5D17; }
span { border-color: rgb(59,93,23); }
td.TdClassName
{
border-color: #3B5D17;
}
.TagClassName
{
border-color: #3B5D17;
}
</style>