Shades of Clover #4A5929
Tints of Clover #4A5929
RGB
CMYK
RGB Variations
Color information
#4A5929 (or 0x4A5929) is known color: Clover. HEX triplet: 4A, 59 and 29. RGB value is (74,89,41). Sum of RGB (Red+Green+Blue) = 74+89+41=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #4A5929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5929 is #B5A6D6. Grayscale: #4F4F4F. Windows color (decimal): -11904727 or 2709834. OLE color: 2709834.
HSL color Cylindrical-coordinate representation of color #4A5929: hue angle of 78.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A5929 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 89 | 41 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.65 |
| HSL | 78.75º | 0.37% | 0.25% | - |
| HSV(B) | 78.75º | 0.54% | 0.35% | - |
| XYZ | 6.8 | 8.76 | 3.43 | - |
| YUV | 79.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 41 | 0.17 | 0 | 0.54 | 0.65 | 78.75 | 0.37 | 0.25 |
| Hex | 4A | 59 | 29 | 11 | 0 | 36 | 41 | 4F | 25 | 19 |
| Octal | 112 | 131 | 51 | 21 | 0 | 66 | 101 | 117 | 45 | 31 |
| Binary | 1001010 | 1011001 | 101001 | 10001 | 0 | 110110 | 1000001 | 1001111 | 100101 | 11001 |
Color Harmonies of #4A5929
Complementary color
Monochromatic Colors of #4A5929
Black with #4A5929
Text Example
Text Example
White with #4A5929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5929; }
p { color: rgb(74,89,41); }
H1.HeaderClassName
{
color: #4A5929;
}
.AnyTagClassName
{
color: #4A5929;
}
</style>
background-color css
<style>
a { background-color: #4A5929; }
a { background-color: rgb(74,89,41); }
div.DivClassName
{
background-color: #4A5929;
}
.BgClassName
{
background-color: #4A5929;
}
</style>
border-color css
<style>
span { border-color: #4A5929; }
span { border-color: rgb(74,89,41); }
td.TdClassName
{
border-color: #4A5929;
}
.TagClassName
{
border-color: #4A5929;
}
</style>