Shades of Clover #4D5F30
Tints of Clover #4D5F30
RGB
CMYK
RGB Variations
Color information
#4D5F30 (or 0x4D5F30) is known color: Clover. HEX triplet: 4D, 5F and 30. RGB value is (77,95,48). Sum of RGB (Red+Green+Blue) = 77+95+48=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #4D5F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5F30 is #B2A0CF. Grayscale: #545454. Windows color (decimal): -11706576 or 3170125. OLE color: 3170125.
HSL color Cylindrical-coordinate representation of color #4D5F30: hue angle of 82.98º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D5F30 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 77 | 95 | 48 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.63 |
| HSL | 82.98º | 0.33% | 0.28% | - |
| HSV(B) | 82.98º | 0.49% | 0.37% | - |
| XYZ | 7.69 | 9.98 | 4.32 | - |
| YUV | 84.26 | 107.54 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 48 | 0.19 | 0 | 0.49 | 0.63 | 82.98 | 0.33 | 0.28 |
| Hex | 4D | 5F | 30 | 13 | 0 | 31 | 3F | 53 | 21 | 1C |
| Octal | 115 | 137 | 60 | 23 | 0 | 61 | 77 | 123 | 41 | 34 |
| Binary | 1001101 | 1011111 | 110000 | 10011 | 0 | 110001 | 111111 | 1010011 | 100001 | 11100 |
Color Harmonies of #4D5F30
Complementary color
Monochromatic Colors of #4D5F30
Black with #4D5F30
Text Example
Text Example
White with #4D5F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5F30; }
p { color: rgb(77,95,48); }
H1.HeaderClassName
{
color: #4D5F30;
}
.AnyTagClassName
{
color: #4D5F30;
}
</style>
background-color css
<style>
a { background-color: #4D5F30; }
a { background-color: rgb(77,95,48); }
div.DivClassName
{
background-color: #4D5F30;
}
.BgClassName
{
background-color: #4D5F30;
}
</style>
border-color css
<style>
span { border-color: #4D5F30; }
span { border-color: rgb(77,95,48); }
td.TdClassName
{
border-color: #4D5F30;
}
.TagClassName
{
border-color: #4D5F30;
}
</style>