Shades of Clover #4D5B32
Tints of Clover #4D5B32
RGB
CMYK
RGB Variations
Color information
#4D5B32 (or 0x4D5B32) is known color: Clover. HEX triplet: 4D, 5B and 32. RGB value is (77,91,50). Sum of RGB (Red+Green+Blue) = 77+91+50=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #4D5B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5B32 is #B2A4CD. Grayscale: #525252. Windows color (decimal): -11707598 or 3300173. OLE color: 3300173.
HSL color Cylindrical-coordinate representation of color #4D5B32: hue angle of 80.49º 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 #4D5B32 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 91 | 50 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.64 |
| HSL | 80.49º | 0.29% | 0.28% | - |
| HSV(B) | 80.49º | 0.45% | 0.36% | - |
| XYZ | 7.38 | 9.29 | 4.42 | - |
| YUV | 82.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 91 | 50 | 0.15 | 0 | 0.45 | 0.64 | 80.49 | 0.29 | 0.28 |
| Hex | 4D | 5B | 32 | F | 0 | 2D | 40 | 50 | 1D | 1C |
| Octal | 115 | 133 | 62 | 17 | 0 | 55 | 100 | 120 | 35 | 34 |
| Binary | 1001101 | 1011011 | 110010 | 1111 | 0 | 101101 | 1000000 | 1010000 | 11101 | 11100 |
Color Harmonies of #4D5B32
Complementary color
Monochromatic Colors of #4D5B32
Black with #4D5B32
Text Example
Text Example
White with #4D5B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5B32; }
p { color: rgb(77,91,50); }
H1.HeaderClassName
{
color: #4D5B32;
}
.AnyTagClassName
{
color: #4D5B32;
}
</style>
background-color css
<style>
a { background-color: #4D5B32; }
a { background-color: rgb(77,91,50); }
div.DivClassName
{
background-color: #4D5B32;
}
.BgClassName
{
background-color: #4D5B32;
}
</style>
border-color css
<style>
span { border-color: #4D5B32; }
span { border-color: rgb(77,91,50); }
td.TdClassName
{
border-color: #4D5B32;
}
.TagClassName
{
border-color: #4D5B32;
}
</style>