Shades of Dell #4E6832
Tints of Dell #4E6832
RGB
CMYK
RGB Variations
Color information
#4E6832 (or 0x4E6832) is known color: Dell. HEX triplet: 4E, 68 and 32. RGB value is (78,104,50). Sum of RGB (Red+Green+Blue) = 78+104+50=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #4E6832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6832 is #B197CD. Grayscale: #5A5A5A. Windows color (decimal): -11638734 or 3303502. OLE color: 3303502.
HSL color Cylindrical-coordinate representation of color #4E6832: hue angle of 88.89º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E6832 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 50 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.59 |
| HSL | 88.89º | 0.35% | 0.3% | - |
| HSV(B) | 88.89º | 0.52% | 0.41% | - |
| XYZ | 8.67 | 11.75 | 4.83 | - |
| YUV | 90.07 | 105.39 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 50 | 0.25 | 0 | 0.52 | 0.59 | 88.89 | 0.35 | 0.3 |
| Hex | 4E | 68 | 32 | 19 | 0 | 34 | 3B | 59 | 23 | 1E |
| Octal | 116 | 150 | 62 | 31 | 0 | 64 | 73 | 131 | 43 | 36 |
| Binary | 1001110 | 1101000 | 110010 | 11001 | 0 | 110100 | 111011 | 1011001 | 100011 | 11110 |
Color Harmonies of #4E6832
Complementary color
Monochromatic Colors of #4E6832
Black with #4E6832
Text Example
Text Example
White with #4E6832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6832; }
p { color: rgb(78,104,50); }
H1.HeaderClassName
{
color: #4E6832;
}
.AnyTagClassName
{
color: #4E6832;
}
</style>
background-color css
<style>
a { background-color: #4E6832; }
a { background-color: rgb(78,104,50); }
div.DivClassName
{
background-color: #4E6832;
}
.BgClassName
{
background-color: #4E6832;
}
</style>
border-color css
<style>
span { border-color: #4E6832; }
span { border-color: rgb(78,104,50); }
td.TdClassName
{
border-color: #4E6832;
}
.TagClassName
{
border-color: #4E6832;
}
</style>