Shades of Clover #4D5A30
Tints of Clover #4D5A30
RGB
CMYK
RGB Variations
Color information
#4D5A30 (or 0x4D5A30) is known color: Clover. HEX triplet: 4D, 5A and 30. RGB value is (77,90,48). Sum of RGB (Red+Green+Blue) = 77+90+48=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5A30 is #B2A5CF. Grayscale: #515151. Windows color (decimal): -11707856 or 3168845. OLE color: 3168845.
HSL color Cylindrical-coordinate representation of color #4D5A30: hue angle of 78.57º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D5A30 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 90 | 48 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.65 |
| HSL | 78.57º | 0.3% | 0.27% | - |
| HSV(B) | 78.57º | 0.47% | 0.35% | - |
| XYZ | 7.25 | 9.1 | 4.17 | - |
| YUV | 81.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 48 | 0.14 | 0 | 0.47 | 0.65 | 78.57 | 0.3 | 0.27 |
| Hex | 4D | 5A | 30 | E | 0 | 2F | 41 | 4F | 1E | 1B |
| Octal | 115 | 132 | 60 | 16 | 0 | 57 | 101 | 117 | 36 | 33 |
| Binary | 1001101 | 1011010 | 110000 | 1110 | 0 | 101111 | 1000001 | 1001111 | 11110 | 11011 |
Color Harmonies of #4D5A30
Complementary color
Monochromatic Colors of #4D5A30
Black with #4D5A30
Text Example
Text Example
White with #4D5A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5A30; }
p { color: rgb(77,90,48); }
H1.HeaderClassName
{
color: #4D5A30;
}
.AnyTagClassName
{
color: #4D5A30;
}
</style>
background-color css
<style>
a { background-color: #4D5A30; }
a { background-color: rgb(77,90,48); }
div.DivClassName
{
background-color: #4D5A30;
}
.BgClassName
{
background-color: #4D5A30;
}
</style>
border-color css
<style>
span { border-color: #4D5A30; }
span { border-color: rgb(77,90,48); }
td.TdClassName
{
border-color: #4D5A30;
}
.TagClassName
{
border-color: #4D5A30;
}
</style>