Shades of Dell #4E7030
Tints of Dell #4E7030
RGB
CMYK
RGB Variations
Color information
#4E7030 (or 0x4E7030) is known color: Dell. HEX triplet: 4E, 70 and 30. RGB value is (78,112,48). Sum of RGB (Red+Green+Blue) = 78+112+48=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #4E7030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7030 is #B18FCF. Grayscale: #5E5E5E. Windows color (decimal): -11636688 or 3174478. OLE color: 3174478.
HSL color Cylindrical-coordinate representation of color #4E7030: hue angle of 91.88º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E7030 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 112 | 48 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.56 |
| HSL | 91.88º | 0.4% | 0.31% | - |
| HSV(B) | 91.88º | 0.57% | 0.44% | - |
| XYZ | 9.47 | 13.42 | 4.89 | - |
| YUV | 94.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 112 | 48 | 0.30 | 0 | 0.57 | 0.56 | 91.88 | 0.4 | 0.31 |
| Hex | 4E | 70 | 30 | 1E | 0 | 39 | 38 | 5C | 28 | 1F |
| Octal | 116 | 160 | 60 | 36 | 0 | 71 | 70 | 134 | 50 | 37 |
| Binary | 1001110 | 1110000 | 110000 | 11110 | 0 | 111001 | 111000 | 1011100 | 101000 | 11111 |
Color Harmonies of #4E7030
Complementary color
Monochromatic Colors of #4E7030
Black with #4E7030
Text Example
Text Example
White with #4E7030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7030; }
p { color: rgb(78,112,48); }
H1.HeaderClassName
{
color: #4E7030;
}
.AnyTagClassName
{
color: #4E7030;
}
</style>
background-color css
<style>
a { background-color: #4E7030; }
a { background-color: rgb(78,112,48); }
div.DivClassName
{
background-color: #4E7030;
}
.BgClassName
{
background-color: #4E7030;
}
</style>
border-color css
<style>
span { border-color: #4E7030; }
span { border-color: rgb(78,112,48); }
td.TdClassName
{
border-color: #4E7030;
}
.TagClassName
{
border-color: #4E7030;
}
</style>