Shades of Clover #4E6032
Tints of Clover #4E6032
RGB
CMYK
RGB Variations
Color information
#4E6032 (or 0x4E6032) is known color: Clover. HEX triplet: 4E, 60 and 32. RGB value is (78,96,50). Sum of RGB (Red+Green+Blue) = 78+96+50=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #4E6032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6032 is #B19FCD. Grayscale: #555555. Windows color (decimal): -11640782 or 3301454. OLE color: 3301454.
HSL color Cylindrical-coordinate representation of color #4E6032: hue angle of 83.48º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E6032 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 96 | 50 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.62 |
| HSL | 83.48º | 0.32% | 0.29% | - |
| HSV(B) | 83.48º | 0.48% | 0.38% | - |
| XYZ | 7.9 | 10.22 | 4.57 | - |
| YUV | 85.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 50 | 0.19 | 0 | 0.48 | 0.62 | 83.48 | 0.32 | 0.29 |
| Hex | 4E | 60 | 32 | 13 | 0 | 30 | 3E | 53 | 20 | 1D |
| Octal | 116 | 140 | 62 | 23 | 0 | 60 | 76 | 123 | 40 | 35 |
| Binary | 1001110 | 1100000 | 110010 | 10011 | 0 | 110000 | 111110 | 1010011 | 100000 | 11101 |
Color Harmonies of #4E6032
Complementary color
Monochromatic Colors of #4E6032
Black with #4E6032
Text Example
Text Example
White with #4E6032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6032; }
p { color: rgb(78,96,50); }
H1.HeaderClassName
{
color: #4E6032;
}
.AnyTagClassName
{
color: #4E6032;
}
</style>
background-color css
<style>
a { background-color: #4E6032; }
a { background-color: rgb(78,96,50); }
div.DivClassName
{
background-color: #4E6032;
}
.BgClassName
{
background-color: #4E6032;
}
</style>
border-color css
<style>
span { border-color: #4E6032; }
span { border-color: rgb(78,96,50); }
td.TdClassName
{
border-color: #4E6032;
}
.TagClassName
{
border-color: #4E6032;
}
</style>