Shades of Dell #4E6D32
Tints of Dell #4E6D32
RGB
CMYK
RGB Variations
Color information
#4E6D32 (or 0x4E6D32) is known color: Dell. HEX triplet: 4E, 6D and 32. RGB value is (78,109,50). Sum of RGB (Red+Green+Blue) = 78+109+50=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 109 - color contains mainly: green. Hex color #4E6D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6D32 is #B192CD. Grayscale: #5D5D5D. Windows color (decimal): -11637454 or 3304782. OLE color: 3304782.
HSL color Cylindrical-coordinate representation of color #4E6D32: hue angle of 91.53º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E6D32 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 109 | 50 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.57 |
| HSL | 91.53º | 0.37% | 0.31% | - |
| HSV(B) | 91.53º | 0.54% | 0.43% | - |
| XYZ | 9.19 | 12.79 | 5 | - |
| YUV | 93.01 | 103.73 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 50 | 0.28 | 0 | 0.54 | 0.57 | 91.53 | 0.37 | 0.31 |
| Hex | 4E | 6D | 32 | 1C | 0 | 36 | 39 | 5C | 25 | 1F |
| Octal | 116 | 155 | 62 | 34 | 0 | 66 | 71 | 134 | 45 | 37 |
| Binary | 1001110 | 1101101 | 110010 | 11100 | 0 | 110110 | 111001 | 1011100 | 100101 | 11111 |
Color Harmonies of #4E6D32
Complementary color
Monochromatic Colors of #4E6D32
Black with #4E6D32
Text Example
Text Example
White with #4E6D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6D32; }
p { color: rgb(78,109,50); }
H1.HeaderClassName
{
color: #4E6D32;
}
.AnyTagClassName
{
color: #4E6D32;
}
</style>
background-color css
<style>
a { background-color: #4E6D32; }
a { background-color: rgb(78,109,50); }
div.DivClassName
{
background-color: #4E6D32;
}
.BgClassName
{
background-color: #4E6D32;
}
</style>
border-color css
<style>
span { border-color: #4E6D32; }
span { border-color: rgb(78,109,50); }
td.TdClassName
{
border-color: #4E6D32;
}
.TagClassName
{
border-color: #4E6D32;
}
</style>