Shades of Clover #4A5932
Tints of Clover #4A5932
RGB
CMYK
RGB Variations
Color information
#4A5932 (or 0x4A5932) is known color: Clover. HEX triplet: 4A, 59 and 32. RGB value is (74,89,50). Sum of RGB (Red+Green+Blue) = 74+89+50=213 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.74% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #4A5932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5932 is #B5A6CD. Grayscale: #505050. Windows color (decimal): -11904718 or 3299658. OLE color: 3299658.
HSL color Cylindrical-coordinate representation of color #4A5932: hue angle of 83.08º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A5932 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 89 | 50 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.65 |
| HSL | 83.08º | 0.28% | 0.27% | - |
| HSV(B) | 83.08º | 0.44% | 0.35% | - |
| XYZ | 6.97 | 8.83 | 4.35 | - |
| YUV | 80.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 50 | 0.17 | 0 | 0.44 | 0.65 | 83.08 | 0.28 | 0.27 |
| Hex | 4A | 59 | 32 | 11 | 0 | 2C | 41 | 53 | 1C | 1B |
| Octal | 112 | 131 | 62 | 21 | 0 | 54 | 101 | 123 | 34 | 33 |
| Binary | 1001010 | 1011001 | 110010 | 10001 | 0 | 101100 | 1000001 | 1010011 | 11100 | 11011 |
Color Harmonies of #4A5932
Complementary color
Monochromatic Colors of #4A5932
Black with #4A5932
Text Example
Text Example
White with #4A5932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5932; }
p { color: rgb(74,89,50); }
H1.HeaderClassName
{
color: #4A5932;
}
.AnyTagClassName
{
color: #4A5932;
}
</style>
background-color css
<style>
a { background-color: #4A5932; }
a { background-color: rgb(74,89,50); }
div.DivClassName
{
background-color: #4A5932;
}
.BgClassName
{
background-color: #4A5932;
}
</style>
border-color css
<style>
span { border-color: #4A5932; }
span { border-color: rgb(74,89,50); }
td.TdClassName
{
border-color: #4A5932;
}
.TagClassName
{
border-color: #4A5932;
}
</style>