Shades of Clover #4D602F
Tints of Clover #4D602F
RGB
CMYK
RGB Variations
Color information
#4D602F (or 0x4D602F) is known color: Clover. HEX triplet: 4D, 60 and 2F. RGB value is (77,96,47). Sum of RGB (Red+Green+Blue) = 77+96+47=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #4D602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D602F is #B29FD0. Grayscale: #545454. Windows color (decimal): -11706321 or 3104845. OLE color: 3104845.
HSL color Cylindrical-coordinate representation of color #4D602F: hue angle of 83.27º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D602F is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 47 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.62 |
| HSL | 83.27º | 0.34% | 0.28% | - |
| HSV(B) | 83.27º | 0.51% | 0.38% | - |
| XYZ | 7.76 | 10.15 | 4.24 | - |
| YUV | 84.73 | 106.71 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 47 | 0.20 | 0 | 0.51 | 0.62 | 83.27 | 0.34 | 0.28 |
| Hex | 4D | 60 | 2F | 14 | 0 | 33 | 3E | 53 | 22 | 1C |
| Octal | 115 | 140 | 57 | 24 | 0 | 63 | 76 | 123 | 42 | 34 |
| Binary | 1001101 | 1100000 | 101111 | 10100 | 0 | 110011 | 111110 | 1010011 | 100010 | 11100 |
Color Harmonies of #4D602F
Complementary color
Monochromatic Colors of #4D602F
Black with #4D602F
Text Example
Text Example
White with #4D602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D602F; }
p { color: rgb(77,96,47); }
H1.HeaderClassName
{
color: #4D602F;
}
.AnyTagClassName
{
color: #4D602F;
}
</style>
background-color css
<style>
a { background-color: #4D602F; }
a { background-color: rgb(77,96,47); }
div.DivClassName
{
background-color: #4D602F;
}
.BgClassName
{
background-color: #4D602F;
}
</style>
border-color css
<style>
span { border-color: #4D602F; }
span { border-color: rgb(77,96,47); }
td.TdClassName
{
border-color: #4D602F;
}
.TagClassName
{
border-color: #4D602F;
}
</style>