Shades of Dell #4E6438
Tints of Dell #4E6438
RGB
CMYK
RGB Variations
Color information
#4E6438 (or 0x4E6438) is known color: Dell. HEX triplet: 4E, 64 and 38. RGB value is (78,100,56). Sum of RGB (Red+Green+Blue) = 78+100+56=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 100 - color contains mainly: green. Hex color #4E6438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6438 is #B19BC7. Grayscale: #585858. Windows color (decimal): -11639752 or 3695694. OLE color: 3695694.
HSL color Cylindrical-coordinate representation of color #4E6438: hue angle of 90º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E6438 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 100 | 56 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.61 |
| HSL | 90º | 0.28% | 0.31% | - |
| HSV(B) | 90º | 0.44% | 0.39% | - |
| XYZ | 8.41 | 11.02 | 5.42 | - |
| YUV | 88.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 56 | 0.22 | 0 | 0.44 | 0.61 | 90 | 0.28 | 0.31 |
| Hex | 4E | 64 | 38 | 16 | 0 | 2C | 3D | 5A | 1C | 1F |
| Octal | 116 | 144 | 70 | 26 | 0 | 54 | 75 | 132 | 34 | 37 |
| Binary | 1001110 | 1100100 | 111000 | 10110 | 0 | 101100 | 111101 | 1011010 | 11100 | 11111 |
Color Harmonies of #4E6438
Complementary color
Monochromatic Colors of #4E6438
Black with #4E6438
Text Example
Text Example
White with #4E6438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6438; }
p { color: rgb(78,100,56); }
H1.HeaderClassName
{
color: #4E6438;
}
.AnyTagClassName
{
color: #4E6438;
}
</style>
background-color css
<style>
a { background-color: #4E6438; }
a { background-color: rgb(78,100,56); }
div.DivClassName
{
background-color: #4E6438;
}
.BgClassName
{
background-color: #4E6438;
}
</style>
border-color css
<style>
span { border-color: #4E6438; }
span { border-color: rgb(78,100,56); }
td.TdClassName
{
border-color: #4E6438;
}
.TagClassName
{
border-color: #4E6438;
}
</style>