Shades of Clover #4D5A2A
Tints of Clover #4D5A2A
RGB
CMYK
RGB Variations
Color information
#4D5A2A (or 0x4D5A2A) is known color: Clover. HEX triplet: 4D, 5A and 2A. RGB value is (77,90,42). Sum of RGB (Red+Green+Blue) = 77+90+42=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5A2A is #B2A5D5. Grayscale: #505050. Windows color (decimal): -11707862 or 2775629. OLE color: 2775629.
HSL color Cylindrical-coordinate representation of color #4D5A2A: hue angle of 76.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D5A2A is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 90 | 42 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.65 |
| HSL | 76.25º | 0.36% | 0.26% | - |
| HSV(B) | 76.25º | 0.53% | 0.35% | - |
| XYZ | 7.13 | 9.06 | 3.56 | - |
| YUV | 80.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 42 | 0.14 | 0 | 0.53 | 0.65 | 76.25 | 0.36 | 0.26 |
| Hex | 4D | 5A | 2A | E | 0 | 35 | 41 | 4C | 24 | 1A |
| Octal | 115 | 132 | 52 | 16 | 0 | 65 | 101 | 114 | 44 | 32 |
| Binary | 1001101 | 1011010 | 101010 | 1110 | 0 | 110101 | 1000001 | 1001100 | 100100 | 11010 |
Color Harmonies of #4D5A2A
Complementary color
Monochromatic Colors of #4D5A2A
Black with #4D5A2A
Text Example
Text Example
White with #4D5A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5A2A; }
p { color: rgb(77,90,42); }
H1.HeaderClassName
{
color: #4D5A2A;
}
.AnyTagClassName
{
color: #4D5A2A;
}
</style>
background-color css
<style>
a { background-color: #4D5A2A; }
a { background-color: rgb(77,90,42); }
div.DivClassName
{
background-color: #4D5A2A;
}
.BgClassName
{
background-color: #4D5A2A;
}
</style>
border-color css
<style>
span { border-color: #4D5A2A; }
span { border-color: rgb(77,90,42); }
td.TdClassName
{
border-color: #4D5A2A;
}
.TagClassName
{
border-color: #4D5A2A;
}
</style>