Shades of Clover #4D5C2D
Tints of Clover #4D5C2D
RGB
CMYK
RGB Variations
Color information
#4D5C2D (or 0x4D5C2D) is known color: Clover. HEX triplet: 4D, 5C and 2D. RGB value is (77,92,45). Sum of RGB (Red+Green+Blue) = 77+92+45=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #4D5C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5C2D is #B2A3D2. Grayscale: #525252. Windows color (decimal): -11707347 or 2972749. OLE color: 2972749.
HSL color Cylindrical-coordinate representation of color #4D5C2D: hue angle of 79.15º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D5C2D is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 92 | 45 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.64 |
| HSL | 79.15º | 0.34% | 0.27% | - |
| HSV(B) | 79.15º | 0.51% | 0.36% | - |
| XYZ | 7.36 | 9.42 | 3.91 | - |
| YUV | 82.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 92 | 45 | 0.16 | 0 | 0.51 | 0.64 | 79.15 | 0.34 | 0.27 |
| Hex | 4D | 5C | 2D | 10 | 0 | 33 | 40 | 4F | 22 | 1B |
| Octal | 115 | 134 | 55 | 20 | 0 | 63 | 100 | 117 | 42 | 33 |
| Binary | 1001101 | 1011100 | 101101 | 10000 | 0 | 110011 | 1000000 | 1001111 | 100010 | 11011 |
Color Harmonies of #4D5C2D
Complementary color
Monochromatic Colors of #4D5C2D
Black with #4D5C2D
Text Example
Text Example
White with #4D5C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5C2D; }
p { color: rgb(77,92,45); }
H1.HeaderClassName
{
color: #4D5C2D;
}
.AnyTagClassName
{
color: #4D5C2D;
}
</style>
background-color css
<style>
a { background-color: #4D5C2D; }
a { background-color: rgb(77,92,45); }
div.DivClassName
{
background-color: #4D5C2D;
}
.BgClassName
{
background-color: #4D5C2D;
}
</style>
border-color css
<style>
span { border-color: #4D5C2D; }
span { border-color: rgb(77,92,45); }
td.TdClassName
{
border-color: #4D5C2D;
}
.TagClassName
{
border-color: #4D5C2D;
}
</style>