Shades of Clover #3B5A20
Tints of Clover #3B5A20
RGB
CMYK
RGB Variations
Color information
#3B5A20 (or 0x3B5A20) is known color: Clover. HEX triplet: 3B, 5A and 20. RGB value is (59,90,32). Sum of RGB (Red+Green+Blue) = 59+90+32=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #3B5A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5A20 is #C4A5DF. Grayscale: #4A4A4A. Windows color (decimal): -12887520 or 2120251. OLE color: 2120251.
HSL color Cylindrical-coordinate representation of color #3B5A20: hue angle of 92.07º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B5A20 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 90 | 32 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.65 |
| HSL | 92.07º | 0.48% | 0.24% | - |
| HSV(B) | 92.07º | 0.64% | 0.35% | - |
| XYZ | 5.72 | 8.35 | 2.68 | - |
| YUV | 74.12 | 104.23 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 90 | 32 | 0.34 | 0 | 0.64 | 0.65 | 92.07 | 0.48 | 0.24 |
| Hex | 3B | 5A | 20 | 22 | 0 | 40 | 41 | 5C | 30 | 18 |
| Octal | 73 | 132 | 40 | 42 | 0 | 100 | 101 | 134 | 60 | 30 |
| Binary | 111011 | 1011010 | 100000 | 100010 | 0 | 1000000 | 1000001 | 1011100 | 110000 | 11000 |
Color Harmonies of #3B5A20
Complementary color
Monochromatic Colors of #3B5A20
Black with #3B5A20
Text Example
Text Example
White with #3B5A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5A20; }
p { color: rgb(59,90,32); }
H1.HeaderClassName
{
color: #3B5A20;
}
.AnyTagClassName
{
color: #3B5A20;
}
</style>
background-color css
<style>
a { background-color: #3B5A20; }
a { background-color: rgb(59,90,32); }
div.DivClassName
{
background-color: #3B5A20;
}
.BgClassName
{
background-color: #3B5A20;
}
</style>
border-color css
<style>
span { border-color: #3B5A20; }
span { border-color: rgb(59,90,32); }
td.TdClassName
{
border-color: #3B5A20;
}
.TagClassName
{
border-color: #3B5A20;
}
</style>