Shades of Clover #4E6030
Tints of Clover #4E6030
RGB
CMYK
RGB Variations
Color information
#4E6030 (or 0x4E6030) is known color: Clover. HEX triplet: 4E, 60 and 30. RGB value is (78,96,48). Sum of RGB (Red+Green+Blue) = 78+96+48=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #4E6030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6030 is #B19FCF. Grayscale: #555555. Windows color (decimal): -11640784 or 3170382. OLE color: 3170382.
HSL color Cylindrical-coordinate representation of color #4E6030: hue angle of 82.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E6030 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 96 | 48 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.62 |
| HSL | 82.5º | 0.33% | 0.28% | - |
| HSV(B) | 82.5º | 0.5% | 0.38% | - |
| XYZ | 7.86 | 10.2 | 4.35 | - |
| YUV | 85.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 48 | 0.19 | 0 | 0.50 | 0.62 | 82.5 | 0.33 | 0.28 |
| Hex | 4E | 60 | 30 | 13 | 0 | 32 | 3E | 52 | 21 | 1C |
| Octal | 116 | 140 | 60 | 23 | 0 | 62 | 76 | 122 | 41 | 34 |
| Binary | 1001110 | 1100000 | 110000 | 10011 | 0 | 110010 | 111110 | 1010010 | 100001 | 11100 |
Color Harmonies of #4E6030
Complementary color
Monochromatic Colors of #4E6030
Black with #4E6030
Text Example
Text Example
White with #4E6030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6030; }
p { color: rgb(78,96,48); }
H1.HeaderClassName
{
color: #4E6030;
}
.AnyTagClassName
{
color: #4E6030;
}
</style>
background-color css
<style>
a { background-color: #4E6030; }
a { background-color: rgb(78,96,48); }
div.DivClassName
{
background-color: #4E6030;
}
.BgClassName
{
background-color: #4E6030;
}
</style>
border-color css
<style>
span { border-color: #4E6030; }
span { border-color: rgb(78,96,48); }
td.TdClassName
{
border-color: #4E6030;
}
.TagClassName
{
border-color: #4E6030;
}
</style>