Shades of Clover #4B5A28
Tints of Clover #4B5A28
RGB
CMYK
RGB Variations
Color information
#4B5A28 (or 0x4B5A28) is known color: Clover. HEX triplet: 4B, 5A and 28. RGB value is (75,90,40). Sum of RGB (Red+Green+Blue) = 75+90+40=205 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.59% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A28 is #B4A5D7. Grayscale: #505050. Windows color (decimal): -11838936 or 2644555. OLE color: 2644555.
HSL color Cylindrical-coordinate representation of color #4B5A28: hue angle of 78º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B5A28 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 90 | 40 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.65 |
| HSL | 78º | 0.38% | 0.25% | - |
| HSV(B) | 78º | 0.56% | 0.35% | - |
| XYZ | 6.94 | 8.96 | 3.37 | - |
| YUV | 79.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 40 | 0.17 | 0 | 0.56 | 0.65 | 78 | 0.38 | 0.25 |
| Hex | 4B | 5A | 28 | 11 | 0 | 38 | 41 | 4E | 26 | 19 |
| Octal | 113 | 132 | 50 | 21 | 0 | 70 | 101 | 116 | 46 | 31 |
| Binary | 1001011 | 1011010 | 101000 | 10001 | 0 | 111000 | 1000001 | 1001110 | 100110 | 11001 |
Color Harmonies of #4B5A28
Complementary color
Monochromatic Colors of #4B5A28
Black with #4B5A28
Text Example
Text Example
White with #4B5A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5A28; }
p { color: rgb(75,90,40); }
H1.HeaderClassName
{
color: #4B5A28;
}
.AnyTagClassName
{
color: #4B5A28;
}
</style>
background-color css
<style>
a { background-color: #4B5A28; }
a { background-color: rgb(75,90,40); }
div.DivClassName
{
background-color: #4B5A28;
}
.BgClassName
{
background-color: #4B5A28;
}
</style>
border-color css
<style>
span { border-color: #4B5A28; }
span { border-color: rgb(75,90,40); }
td.TdClassName
{
border-color: #4B5A28;
}
.TagClassName
{
border-color: #4B5A28;
}
</style>