Shades of Clover #4A5B32
Tints of Clover #4A5B32
RGB
CMYK
RGB Variations
Color information
#4A5B32 (or 0x4A5B32) is known color: Clover. HEX triplet: 4A, 5B and 32. RGB value is (74,91,50). Sum of RGB (Red+Green+Blue) = 74+91+50=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 91 - color contains mainly: green. Hex color #4A5B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5B32 is #B5A4CD. Grayscale: #515151. Windows color (decimal): -11904206 or 3300170. OLE color: 3300170.
HSL color Cylindrical-coordinate representation of color #4A5B32: hue angle of 84.88º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A5B32 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 91 | 50 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.64 |
| HSL | 84.88º | 0.29% | 0.28% | - |
| HSV(B) | 84.88º | 0.45% | 0.36% | - |
| XYZ | 7.14 | 9.17 | 4.41 | - |
| YUV | 81.24 | 110.37 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 91 | 50 | 0.19 | 0 | 0.45 | 0.64 | 84.88 | 0.29 | 0.28 |
| Hex | 4A | 5B | 32 | 13 | 0 | 2D | 40 | 55 | 1D | 1C |
| Octal | 112 | 133 | 62 | 23 | 0 | 55 | 100 | 125 | 35 | 34 |
| Binary | 1001010 | 1011011 | 110010 | 10011 | 0 | 101101 | 1000000 | 1010101 | 11101 | 11100 |
Color Harmonies of #4A5B32
Complementary color
Monochromatic Colors of #4A5B32
Black with #4A5B32
Text Example
Text Example
White with #4A5B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5B32; }
p { color: rgb(74,91,50); }
H1.HeaderClassName
{
color: #4A5B32;
}
.AnyTagClassName
{
color: #4A5B32;
}
</style>
background-color css
<style>
a { background-color: #4A5B32; }
a { background-color: rgb(74,91,50); }
div.DivClassName
{
background-color: #4A5B32;
}
.BgClassName
{
background-color: #4A5B32;
}
</style>
border-color css
<style>
span { border-color: #4A5B32; }
span { border-color: rgb(74,91,50); }
td.TdClassName
{
border-color: #4A5B32;
}
.TagClassName
{
border-color: #4A5B32;
}
</style>