Shades of Dell #4D7039
Tints of Dell #4D7039
RGB
CMYK
RGB Variations
Color information
#4D7039 (or 0x4D7039) is known color: Dell. HEX triplet: 4D, 70 and 39. RGB value is (77,112,57). Sum of RGB (Red+Green+Blue) = 77+112+57=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7039 is #B28FC6. Grayscale: #5F5F5F. Windows color (decimal): -11702215 or 3764301. OLE color: 3764301.
HSL color Cylindrical-coordinate representation of color #4D7039: hue angle of 98.18º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D7039 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 57 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.56 |
| HSL | 98.18º | 0.33% | 0.33% | - |
| HSV(B) | 98.18º | 0.49% | 0.44% | - |
| XYZ | 9.59 | 13.46 | 5.96 | - |
| YUV | 95.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 57 | 0.31 | 0 | 0.49 | 0.56 | 98.18 | 0.33 | 0.33 |
| Hex | 4D | 70 | 39 | 1F | 0 | 31 | 38 | 62 | 21 | 21 |
| Octal | 115 | 160 | 71 | 37 | 0 | 61 | 70 | 142 | 41 | 41 |
| Binary | 1001101 | 1110000 | 111001 | 11111 | 0 | 110001 | 111000 | 1100010 | 100001 | 100001 |
Color Harmonies of #4D7039
Complementary color
Monochromatic Colors of #4D7039
Black with #4D7039
Text Example
Text Example
White with #4D7039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7039; }
p { color: rgb(77,112,57); }
H1.HeaderClassName
{
color: #4D7039;
}
.AnyTagClassName
{
color: #4D7039;
}
</style>
background-color css
<style>
a { background-color: #4D7039; }
a { background-color: rgb(77,112,57); }
div.DivClassName
{
background-color: #4D7039;
}
.BgClassName
{
background-color: #4D7039;
}
</style>
border-color css
<style>
span { border-color: #4D7039; }
span { border-color: rgb(77,112,57); }
td.TdClassName
{
border-color: #4D7039;
}
.TagClassName
{
border-color: #4D7039;
}
</style>