Shades of Dell #4E6838
Tints of Dell #4E6838
RGB
CMYK
RGB Variations
Color information
#4E6838 (or 0x4E6838) is known color: Dell. HEX triplet: 4E, 68 and 38. RGB value is (78,104,56). Sum of RGB (Red+Green+Blue) = 78+104+56=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #4E6838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6838 is #B197C7. Grayscale: #5A5A5A. Windows color (decimal): -11638728 or 3696718. OLE color: 3696718.
HSL color Cylindrical-coordinate representation of color #4E6838: hue angle of 92.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E6838 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 56 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.59 |
| HSL | 92.5º | 0.3% | 0.31% | - |
| HSV(B) | 92.5º | 0.46% | 0.41% | - |
| XYZ | 8.81 | 11.81 | 5.56 | - |
| YUV | 90.75 | 108.39 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 56 | 0.25 | 0 | 0.46 | 0.59 | 92.5 | 0.3 | 0.31 |
| Hex | 4E | 68 | 38 | 19 | 0 | 2E | 3B | 5C | 1E | 1F |
| Octal | 116 | 150 | 70 | 31 | 0 | 56 | 73 | 134 | 36 | 37 |
| Binary | 1001110 | 1101000 | 111000 | 11001 | 0 | 101110 | 111011 | 1011100 | 11110 | 11111 |
Color Harmonies of #4E6838
Complementary color
Monochromatic Colors of #4E6838
Black with #4E6838
Text Example
Text Example
White with #4E6838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6838; }
p { color: rgb(78,104,56); }
H1.HeaderClassName
{
color: #4E6838;
}
.AnyTagClassName
{
color: #4E6838;
}
</style>
background-color css
<style>
a { background-color: #4E6838; }
a { background-color: rgb(78,104,56); }
div.DivClassName
{
background-color: #4E6838;
}
.BgClassName
{
background-color: #4E6838;
}
</style>
border-color css
<style>
span { border-color: #4E6838; }
span { border-color: rgb(78,104,56); }
td.TdClassName
{
border-color: #4E6838;
}
.TagClassName
{
border-color: #4E6838;
}
</style>