Shades of Clover #4A5B28
Tints of Clover #4A5B28
RGB
CMYK
RGB Variations
Color information
#4A5B28 (or 0x4A5B28) is known color: Clover. HEX triplet: 4A, 5B and 28. RGB value is (74,91,40). Sum of RGB (Red+Green+Blue) = 74+91+40=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 91 - color contains mainly: green. Hex color #4A5B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5B28 is #B5A4D7. Grayscale: #505050. Windows color (decimal): -11904216 or 2644810. OLE color: 2644810.
HSL color Cylindrical-coordinate representation of color #4A5B28: hue angle of 80º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A5B28 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 91 | 40 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.64 |
| HSL | 80º | 0.39% | 0.26% | - |
| HSV(B) | 80º | 0.56% | 0.36% | - |
| XYZ | 6.95 | 9.09 | 3.4 | - |
| YUV | 80.1 | 105.37 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 91 | 40 | 0.19 | 0 | 0.56 | 0.64 | 80 | 0.39 | 0.26 |
| Hex | 4A | 5B | 28 | 13 | 0 | 38 | 40 | 50 | 27 | 1A |
| Octal | 112 | 133 | 50 | 23 | 0 | 70 | 100 | 120 | 47 | 32 |
| Binary | 1001010 | 1011011 | 101000 | 10011 | 0 | 111000 | 1000000 | 1010000 | 100111 | 11010 |
Color Harmonies of #4A5B28
Complementary color
Monochromatic Colors of #4A5B28
Black with #4A5B28
Text Example
Text Example
White with #4A5B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5B28; }
p { color: rgb(74,91,40); }
H1.HeaderClassName
{
color: #4A5B28;
}
.AnyTagClassName
{
color: #4A5B28;
}
</style>
background-color css
<style>
a { background-color: #4A5B28; }
a { background-color: rgb(74,91,40); }
div.DivClassName
{
background-color: #4A5B28;
}
.BgClassName
{
background-color: #4A5B28;
}
</style>
border-color css
<style>
span { border-color: #4A5B28; }
span { border-color: rgb(74,91,40); }
td.TdClassName
{
border-color: #4A5B28;
}
.TagClassName
{
border-color: #4A5B28;
}
</style>