Shades of Dell #4E7136
Tints of Dell #4E7136
RGB
CMYK
RGB Variations
Color information
#4E7136 (or 0x4E7136) is known color: Dell. HEX triplet: 4E, 71 and 36. RGB value is (78,113,54). Sum of RGB (Red+Green+Blue) = 78+113+54=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #4E7136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7136 is #B18EC9. Grayscale: #606060. Windows color (decimal): -11636426 or 3567950. OLE color: 3567950.
HSL color Cylindrical-coordinate representation of color #4E7136: hue angle of 95.59º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E7136 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 113 | 54 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.56 |
| HSL | 95.59º | 0.35% | 0.33% | - |
| HSV(B) | 95.59º | 0.52% | 0.44% | - |
| XYZ | 9.71 | 13.7 | 5.62 | - |
| YUV | 95.81 | 104.4 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 54 | 0.31 | 0 | 0.52 | 0.56 | 95.59 | 0.35 | 0.33 |
| Hex | 4E | 71 | 36 | 1F | 0 | 34 | 38 | 60 | 23 | 21 |
| Octal | 116 | 161 | 66 | 37 | 0 | 64 | 70 | 140 | 43 | 41 |
| Binary | 1001110 | 1110001 | 110110 | 11111 | 0 | 110100 | 111000 | 1100000 | 100011 | 100001 |
Color Harmonies of #4E7136
Complementary color
Monochromatic Colors of #4E7136
Black with #4E7136
Text Example
Text Example
White with #4E7136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7136; }
p { color: rgb(78,113,54); }
H1.HeaderClassName
{
color: #4E7136;
}
.AnyTagClassName
{
color: #4E7136;
}
</style>
background-color css
<style>
a { background-color: #4E7136; }
a { background-color: rgb(78,113,54); }
div.DivClassName
{
background-color: #4E7136;
}
.BgClassName
{
background-color: #4E7136;
}
</style>
border-color css
<style>
span { border-color: #4E7136; }
span { border-color: rgb(78,113,54); }
td.TdClassName
{
border-color: #4E7136;
}
.TagClassName
{
border-color: #4E7136;
}
</style>