Shades of Clover #3A5521
Tints of Clover #3A5521
RGB
CMYK
RGB Variations
Color information
#3A5521 (or 0x3A5521) is known color: Clover. HEX triplet: 3A, 55 and 21. RGB value is (58,85,33). Sum of RGB (Red+Green+Blue) = 58+85+33=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5521 is #C5AADE. Grayscale: #474747. Windows color (decimal): -12954335 or 2184506. OLE color: 2184506.
HSL color Cylindrical-coordinate representation of color #3A5521: hue angle of 91.15º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A5521 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 85 | 33 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.67 |
| HSL | 91.15º | 0.44% | 0.23% | - |
| HSV(B) | 91.15º | 0.61% | 0.33% | - |
| XYZ | 5.27 | 7.51 | 2.61 | - |
| YUV | 71 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 33 | 0.32 | 0 | 0.61 | 0.67 | 91.15 | 0.44 | 0.23 |
| Hex | 3A | 55 | 21 | 20 | 0 | 3D | 43 | 5B | 2C | 17 |
| Octal | 72 | 125 | 41 | 40 | 0 | 75 | 103 | 133 | 54 | 27 |
| Binary | 111010 | 1010101 | 100001 | 100000 | 0 | 111101 | 1000011 | 1011011 | 101100 | 10111 |
Color Harmonies of #3A5521
Complementary color
Monochromatic Colors of #3A5521
Black with #3A5521
Text Example
Text Example
White with #3A5521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5521; }
p { color: rgb(58,85,33); }
H1.HeaderClassName
{
color: #3A5521;
}
.AnyTagClassName
{
color: #3A5521;
}
</style>
background-color css
<style>
a { background-color: #3A5521; }
a { background-color: rgb(58,85,33); }
div.DivClassName
{
background-color: #3A5521;
}
.BgClassName
{
background-color: #3A5521;
}
</style>
border-color css
<style>
span { border-color: #3A5521; }
span { border-color: rgb(58,85,33); }
td.TdClassName
{
border-color: #3A5521;
}
.TagClassName
{
border-color: #3A5521;
}
</style>