Shades of Clover #4D602C
Tints of Clover #4D602C
RGB
CMYK
RGB Variations
Color information
#4D602C (or 0x4D602C) is known color: Clover. HEX triplet: 4D, 60 and 2C. RGB value is (77,96,44). Sum of RGB (Red+Green+Blue) = 77+96+44=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #4D602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D602C is #B29FD3. Grayscale: #545454. Windows color (decimal): -11706324 or 2908237. OLE color: 2908237.
HSL color Cylindrical-coordinate representation of color #4D602C: hue angle of 81.92º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D602C is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 44 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.62 |
| HSL | 81.92º | 0.37% | 0.27% | - |
| HSV(B) | 81.92º | 0.54% | 0.38% | - |
| XYZ | 7.7 | 10.13 | 3.93 | - |
| YUV | 84.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 44 | 0.20 | 0 | 0.54 | 0.62 | 81.92 | 0.37 | 0.27 |
| Hex | 4D | 60 | 2C | 14 | 0 | 36 | 3E | 52 | 25 | 1B |
| Octal | 115 | 140 | 54 | 24 | 0 | 66 | 76 | 122 | 45 | 33 |
| Binary | 1001101 | 1100000 | 101100 | 10100 | 0 | 110110 | 111110 | 1010010 | 100101 | 11011 |
Color Harmonies of #4D602C
Complementary color
Monochromatic Colors of #4D602C
Black with #4D602C
Text Example
Text Example
White with #4D602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D602C; }
p { color: rgb(77,96,44); }
H1.HeaderClassName
{
color: #4D602C;
}
.AnyTagClassName
{
color: #4D602C;
}
</style>
background-color css
<style>
a { background-color: #4D602C; }
a { background-color: rgb(77,96,44); }
div.DivClassName
{
background-color: #4D602C;
}
.BgClassName
{
background-color: #4D602C;
}
</style>
border-color css
<style>
span { border-color: #4D602C; }
span { border-color: rgb(77,96,44); }
td.TdClassName
{
border-color: #4D602C;
}
.TagClassName
{
border-color: #4D602C;
}
</style>