Shades of Clover #4B5A33
Tints of Clover #4B5A33
RGB
CMYK
RGB Variations
Color information
#4B5A33 (or 0x4B5A33) is known color: Clover. HEX triplet: 4B, 5A and 33. RGB value is (75,90,51). Sum of RGB (Red+Green+Blue) = 75+90+51=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A33 is #B4A5CC. Grayscale: #515151. Windows color (decimal): -11838925 or 3365451. OLE color: 3365451.
HSL color Cylindrical-coordinate representation of color #4B5A33: hue angle of 83.08º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B5A33 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 90 | 51 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.65 |
| HSL | 83.08º | 0.28% | 0.28% | - |
| HSV(B) | 83.08º | 0.43% | 0.35% | - |
| XYZ | 7.16 | 9.05 | 4.5 | - |
| YUV | 81.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 51 | 0.17 | 0 | 0.43 | 0.65 | 83.08 | 0.28 | 0.28 |
| Hex | 4B | 5A | 33 | 11 | 0 | 2B | 41 | 53 | 1C | 1C |
| Octal | 113 | 132 | 63 | 21 | 0 | 53 | 101 | 123 | 34 | 34 |
| Binary | 1001011 | 1011010 | 110011 | 10001 | 0 | 101011 | 1000001 | 1010011 | 11100 | 11100 |
Color Harmonies of #4B5A33
Complementary color
Monochromatic Colors of #4B5A33
Black with #4B5A33
Text Example
Text Example
White with #4B5A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5A33; }
p { color: rgb(75,90,51); }
H1.HeaderClassName
{
color: #4B5A33;
}
.AnyTagClassName
{
color: #4B5A33;
}
</style>
background-color css
<style>
a { background-color: #4B5A33; }
a { background-color: rgb(75,90,51); }
div.DivClassName
{
background-color: #4B5A33;
}
.BgClassName
{
background-color: #4B5A33;
}
</style>
border-color css
<style>
span { border-color: #4B5A33; }
span { border-color: rgb(75,90,51); }
td.TdClassName
{
border-color: #4B5A33;
}
.TagClassName
{
border-color: #4B5A33;
}
</style>