Shades of Clover #4D5D30
Tints of Clover #4D5D30
RGB
CMYK
RGB Variations
Color information
#4D5D30 (or 0x4D5D30) is known color: Clover. HEX triplet: 4D, 5D and 30. RGB value is (77,93,48). Sum of RGB (Red+Green+Blue) = 77+93+48=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #4D5D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5D30 is #B2A2CF. Grayscale: #535353. Windows color (decimal): -11707088 or 3169613. OLE color: 3169613.
HSL color Cylindrical-coordinate representation of color #4D5D30: hue angle of 81.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D5D30 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 93 | 48 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.64 |
| HSL | 81.33º | 0.32% | 0.28% | - |
| HSV(B) | 81.33º | 0.48% | 0.36% | - |
| XYZ | 7.51 | 9.62 | 4.26 | - |
| YUV | 83.09 | 108.2 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 93 | 48 | 0.17 | 0 | 0.48 | 0.64 | 81.33 | 0.32 | 0.28 |
| Hex | 4D | 5D | 30 | 11 | 0 | 30 | 40 | 51 | 20 | 1C |
| Octal | 115 | 135 | 60 | 21 | 0 | 60 | 100 | 121 | 40 | 34 |
| Binary | 1001101 | 1011101 | 110000 | 10001 | 0 | 110000 | 1000000 | 1010001 | 100000 | 11100 |
Color Harmonies of #4D5D30
Complementary color
Monochromatic Colors of #4D5D30
Black with #4D5D30
Text Example
Text Example
White with #4D5D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5D30; }
p { color: rgb(77,93,48); }
H1.HeaderClassName
{
color: #4D5D30;
}
.AnyTagClassName
{
color: #4D5D30;
}
</style>
background-color css
<style>
a { background-color: #4D5D30; }
a { background-color: rgb(77,93,48); }
div.DivClassName
{
background-color: #4D5D30;
}
.BgClassName
{
background-color: #4D5D30;
}
</style>
border-color css
<style>
span { border-color: #4D5D30; }
span { border-color: rgb(77,93,48); }
td.TdClassName
{
border-color: #4D5D30;
}
.TagClassName
{
border-color: #4D5D30;
}
</style>