Shades of Clover #4B5B36
Tints of Clover #4B5B36
RGB
CMYK
RGB Variations
Color information
#4B5B36 (or 0x4B5B36) is known color: Clover. HEX triplet: 4B, 5B and 36. RGB value is (75,91,54). Sum of RGB (Red+Green+Blue) = 75+91+54=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 91 - color contains mainly: green. Hex color #4B5B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5B36 is #B4A4C9. Grayscale: #525252. Windows color (decimal): -11838666 or 3562315. OLE color: 3562315.
HSL color Cylindrical-coordinate representation of color #4B5B36: hue angle of 85.95º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B5B36 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 91 | 54 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.64 |
| HSL | 85.95º | 0.26% | 0.28% | - |
| HSV(B) | 85.95º | 0.41% | 0.36% | - |
| XYZ | 7.31 | 9.24 | 4.89 | - |
| YUV | 82 | 112.2 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 91 | 54 | 0.18 | 0 | 0.41 | 0.64 | 85.95 | 0.26 | 0.28 |
| Hex | 4B | 5B | 36 | 12 | 0 | 29 | 40 | 56 | 1A | 1C |
| Octal | 113 | 133 | 66 | 22 | 0 | 51 | 100 | 126 | 32 | 34 |
| Binary | 1001011 | 1011011 | 110110 | 10010 | 0 | 101001 | 1000000 | 1010110 | 11010 | 11100 |
Color Harmonies of #4B5B36
Complementary color
Monochromatic Colors of #4B5B36
Black with #4B5B36
Text Example
Text Example
White with #4B5B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5B36; }
p { color: rgb(75,91,54); }
H1.HeaderClassName
{
color: #4B5B36;
}
.AnyTagClassName
{
color: #4B5B36;
}
</style>
background-color css
<style>
a { background-color: #4B5B36; }
a { background-color: rgb(75,91,54); }
div.DivClassName
{
background-color: #4B5B36;
}
.BgClassName
{
background-color: #4B5B36;
}
</style>
border-color css
<style>
span { border-color: #4B5B36; }
span { border-color: rgb(75,91,54); }
td.TdClassName
{
border-color: #4B5B36;
}
.TagClassName
{
border-color: #4B5B36;
}
</style>