Shades of Dell #4D7038
Tints of Dell #4D7038
RGB
CMYK
RGB Variations
Color information
#4D7038 (or 0x4D7038) is known color: Dell. HEX triplet: 4D, 70 and 38. RGB value is (77,112,56). Sum of RGB (Red+Green+Blue) = 77+112+56=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7038 is #B28FC7. Grayscale: #5F5F5F. Windows color (decimal): -11702216 or 3698765. OLE color: 3698765.
HSL color Cylindrical-coordinate representation of color #4D7038: hue angle of 97.5º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D7038 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 56 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.56 |
| HSL | 97.5º | 0.33% | 0.33% | - |
| HSV(B) | 97.5º | 0.5% | 0.44% | - |
| XYZ | 9.57 | 13.45 | 5.83 | - |
| YUV | 95.15 | 105.9 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 56 | 0.31 | 0 | 0.50 | 0.56 | 97.5 | 0.33 | 0.33 |
| Hex | 4D | 70 | 38 | 1F | 0 | 32 | 38 | 62 | 21 | 21 |
| Octal | 115 | 160 | 70 | 37 | 0 | 62 | 70 | 142 | 41 | 41 |
| Binary | 1001101 | 1110000 | 111000 | 11111 | 0 | 110010 | 111000 | 1100010 | 100001 | 100001 |
Color Harmonies of #4D7038
Complementary color
Monochromatic Colors of #4D7038
Black with #4D7038
Text Example
Text Example
White with #4D7038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7038; }
p { color: rgb(77,112,56); }
H1.HeaderClassName
{
color: #4D7038;
}
.AnyTagClassName
{
color: #4D7038;
}
</style>
background-color css
<style>
a { background-color: #4D7038; }
a { background-color: rgb(77,112,56); }
div.DivClassName
{
background-color: #4D7038;
}
.BgClassName
{
background-color: #4D7038;
}
</style>
border-color css
<style>
span { border-color: #4D7038; }
span { border-color: rgb(77,112,56); }
td.TdClassName
{
border-color: #4D7038;
}
.TagClassName
{
border-color: #4D7038;
}
</style>