Shades of Clover #4A5835
Tints of Clover #4A5835
RGB
CMYK
RGB Variations
Color information
#4A5835 (or 0x4A5835) is known color: Clover. HEX triplet: 4A, 58 and 35. RGB value is (74,88,53). Sum of RGB (Red+Green+Blue) = 74+88+53=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5835 is #B5A7CA. Grayscale: #4F4F4F. Windows color (decimal): -11904971 or 3496010. OLE color: 3496010.
HSL color Cylindrical-coordinate representation of color #4A5835: hue angle of 84º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A5835 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 88 | 53 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.65 |
| HSL | 84º | 0.25% | 0.28% | - |
| HSV(B) | 84º | 0.4% | 0.35% | - |
| XYZ | 6.96 | 8.69 | 4.68 | - |
| YUV | 79.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 53 | 0.16 | 0 | 0.40 | 0.65 | 84 | 0.25 | 0.28 |
| Hex | 4A | 58 | 35 | 10 | 0 | 28 | 41 | 54 | 19 | 1C |
| Octal | 112 | 130 | 65 | 20 | 0 | 50 | 101 | 124 | 31 | 34 |
| Binary | 1001010 | 1011000 | 110101 | 10000 | 0 | 101000 | 1000001 | 1010100 | 11001 | 11100 |
Color Harmonies of #4A5835
Complementary color
Monochromatic Colors of #4A5835
Black with #4A5835
Text Example
Text Example
White with #4A5835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5835; }
p { color: rgb(74,88,53); }
H1.HeaderClassName
{
color: #4A5835;
}
.AnyTagClassName
{
color: #4A5835;
}
</style>
background-color css
<style>
a { background-color: #4A5835; }
a { background-color: rgb(74,88,53); }
div.DivClassName
{
background-color: #4A5835;
}
.BgClassName
{
background-color: #4A5835;
}
</style>
border-color css
<style>
span { border-color: #4A5835; }
span { border-color: rgb(74,88,53); }
td.TdClassName
{
border-color: #4A5835;
}
.TagClassName
{
border-color: #4A5835;
}
</style>