Shades of Dell #4D6E34
Tints of Dell #4D6E34
RGB
CMYK
RGB Variations
Color information
#4D6E34 (or 0x4D6E34) is known color: Dell. HEX triplet: 4D, 6E and 34. RGB value is (77,110,52). Sum of RGB (Red+Green+Blue) = 77+110+52=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 110 - color contains mainly: green. Hex color #4D6E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6E34 is #B291CB. Grayscale: #5D5D5D. Windows color (decimal): -11702732 or 3436109. OLE color: 3436109.
HSL color Cylindrical-coordinate representation of color #4D6E34: hue angle of 94.14º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D6E34 is Cyan = 0.3, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 110 | 52 | - |
| CMYK | 0.3 | 0 | 0.53 | 0.57 |
| HSL | 94.14º | 0.36% | 0.32% | - |
| HSV(B) | 94.14º | 0.53% | 0.43% | - |
| XYZ | 9.26 | 12.98 | 5.27 | - |
| YUV | 93.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 110 | 52 | 0.3 | 0 | 0.53 | 0.57 | 94.14 | 0.36 | 0.32 |
| Hex | 4D | 6E | 34 | 1E | 0 | 35 | 39 | 5E | 24 | 20 |
| Octal | 115 | 156 | 64 | 36 | 0 | 65 | 71 | 136 | 44 | 40 |
| Binary | 1001101 | 1101110 | 110100 | 11110 | 0 | 110101 | 111001 | 1011110 | 100100 | 100000 |
Color Harmonies of #4D6E34
Complementary color
Monochromatic Colors of #4D6E34
Black with #4D6E34
Text Example
Text Example
White with #4D6E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6E34; }
p { color: rgb(77,110,52); }
H1.HeaderClassName
{
color: #4D6E34;
}
.AnyTagClassName
{
color: #4D6E34;
}
</style>
background-color css
<style>
a { background-color: #4D6E34; }
a { background-color: rgb(77,110,52); }
div.DivClassName
{
background-color: #4D6E34;
}
.BgClassName
{
background-color: #4D6E34;
}
</style>
border-color css
<style>
span { border-color: #4D6E34; }
span { border-color: rgb(77,110,52); }
td.TdClassName
{
border-color: #4D6E34;
}
.TagClassName
{
border-color: #4D6E34;
}
</style>