Shades of Dell #4E6D35
Tints of Dell #4E6D35
RGB
CMYK
RGB Variations
Color information
#4E6D35 (or 0x4E6D35) is known color: Dell. HEX triplet: 4E, 6D and 35. RGB value is (78,109,53). Sum of RGB (Red+Green+Blue) = 78+109+53=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 109 - color contains mainly: green. Hex color #4E6D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6D35 is #B192CA. Grayscale: #5D5D5D. Windows color (decimal): -11637451 or 3501390. OLE color: 3501390.
HSL color Cylindrical-coordinate representation of color #4E6D35: hue angle of 93.21º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E6D35 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 109 | 53 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.57 |
| HSL | 93.21º | 0.35% | 0.32% | - |
| HSV(B) | 93.21º | 0.51% | 0.43% | - |
| XYZ | 9.25 | 12.81 | 5.35 | - |
| YUV | 93.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 53 | 0.28 | 0 | 0.51 | 0.57 | 93.21 | 0.35 | 0.32 |
| Hex | 4E | 6D | 35 | 1C | 0 | 33 | 39 | 5D | 23 | 20 |
| Octal | 116 | 155 | 65 | 34 | 0 | 63 | 71 | 135 | 43 | 40 |
| Binary | 1001110 | 1101101 | 110101 | 11100 | 0 | 110011 | 111001 | 1011101 | 100011 | 100000 |
Color Harmonies of #4E6D35
Complementary color
Monochromatic Colors of #4E6D35
Black with #4E6D35
Text Example
Text Example
White with #4E6D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6D35; }
p { color: rgb(78,109,53); }
H1.HeaderClassName
{
color: #4E6D35;
}
.AnyTagClassName
{
color: #4E6D35;
}
</style>
background-color css
<style>
a { background-color: #4E6D35; }
a { background-color: rgb(78,109,53); }
div.DivClassName
{
background-color: #4E6D35;
}
.BgClassName
{
background-color: #4E6D35;
}
</style>
border-color css
<style>
span { border-color: #4E6D35; }
span { border-color: rgb(78,109,53); }
td.TdClassName
{
border-color: #4E6D35;
}
.TagClassName
{
border-color: #4E6D35;
}
</style>