Shades of Dell #4D7032
Tints of Dell #4D7032
RGB
CMYK
RGB Variations
Color information
#4D7032 (or 0x4D7032) is known color: Dell. HEX triplet: 4D, 70 and 32. RGB value is (77,112,50). Sum of RGB (Red+Green+Blue) = 77+112+50=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7032 is #B28FCD. Grayscale: #5E5E5E. Windows color (decimal): -11702222 or 3305549. OLE color: 3305549.
HSL color Cylindrical-coordinate representation of color #4D7032: hue angle of 93.87º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D7032 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 50 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.56 |
| HSL | 93.87º | 0.38% | 0.32% | - |
| HSV(B) | 93.87º | 0.55% | 0.44% | - |
| XYZ | 9.43 | 13.4 | 5.11 | - |
| YUV | 94.47 | 102.9 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 50 | 0.31 | 0 | 0.55 | 0.56 | 93.87 | 0.38 | 0.32 |
| Hex | 4D | 70 | 32 | 1F | 0 | 37 | 38 | 5E | 26 | 20 |
| Octal | 115 | 160 | 62 | 37 | 0 | 67 | 70 | 136 | 46 | 40 |
| Binary | 1001101 | 1110000 | 110010 | 11111 | 0 | 110111 | 111000 | 1011110 | 100110 | 100000 |
Color Harmonies of #4D7032
Complementary color
Monochromatic Colors of #4D7032
Black with #4D7032
Text Example
Text Example
White with #4D7032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7032; }
p { color: rgb(77,112,50); }
H1.HeaderClassName
{
color: #4D7032;
}
.AnyTagClassName
{
color: #4D7032;
}
</style>
background-color css
<style>
a { background-color: #4D7032; }
a { background-color: rgb(77,112,50); }
div.DivClassName
{
background-color: #4D7032;
}
.BgClassName
{
background-color: #4D7032;
}
</style>
border-color css
<style>
span { border-color: #4D7032; }
span { border-color: rgb(77,112,50); }
td.TdClassName
{
border-color: #4D7032;
}
.TagClassName
{
border-color: #4D7032;
}
</style>