Shades of Clover #4D602A
Tints of Clover #4D602A
RGB
CMYK
RGB Variations
Color information
#4D602A (or 0x4D602A) is known color: Clover. HEX triplet: 4D, 60 and 2A. RGB value is (77,96,42). Sum of RGB (Red+Green+Blue) = 77+96+42=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #4D602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D602A is #B29FD5. Grayscale: #545454. Windows color (decimal): -11706326 or 2777165. OLE color: 2777165.
HSL color Cylindrical-coordinate representation of color #4D602A: hue angle of 81.11º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D602A is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 42 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.62 |
| HSL | 81.11º | 0.39% | 0.27% | - |
| HSV(B) | 81.11º | 0.56% | 0.38% | - |
| XYZ | 7.66 | 10.11 | 3.74 | - |
| YUV | 84.16 | 104.21 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 42 | 0.20 | 0 | 0.56 | 0.62 | 81.11 | 0.39 | 0.27 |
| Hex | 4D | 60 | 2A | 14 | 0 | 38 | 3E | 51 | 27 | 1B |
| Octal | 115 | 140 | 52 | 24 | 0 | 70 | 76 | 121 | 47 | 33 |
| Binary | 1001101 | 1100000 | 101010 | 10100 | 0 | 111000 | 111110 | 1010001 | 100111 | 11011 |
Color Harmonies of #4D602A
Complementary color
Monochromatic Colors of #4D602A
Black with #4D602A
Text Example
Text Example
White with #4D602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D602A; }
p { color: rgb(77,96,42); }
H1.HeaderClassName
{
color: #4D602A;
}
.AnyTagClassName
{
color: #4D602A;
}
</style>
background-color css
<style>
a { background-color: #4D602A; }
a { background-color: rgb(77,96,42); }
div.DivClassName
{
background-color: #4D602A;
}
.BgClassName
{
background-color: #4D602A;
}
</style>
border-color css
<style>
span { border-color: #4D602A; }
span { border-color: rgb(77,96,42); }
td.TdClassName
{
border-color: #4D602A;
}
.TagClassName
{
border-color: #4D602A;
}
</style>