Shades of Dell #4D7030
Tints of Dell #4D7030
RGB
CMYK
RGB Variations
Color information
#4D7030 (or 0x4D7030) is known color: Dell. HEX triplet: 4D, 70 and 30. RGB value is (77,112,48). Sum of RGB (Red+Green+Blue) = 77+112+48=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7030 is #B28FCF. Grayscale: #5E5E5E. Windows color (decimal): -11702224 or 3174477. OLE color: 3174477.
HSL color Cylindrical-coordinate representation of color #4D7030: hue angle of 92.81º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D7030 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 48 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.56 |
| HSL | 92.81º | 0.4% | 0.31% | - |
| HSV(B) | 92.81º | 0.57% | 0.44% | - |
| XYZ | 9.39 | 13.38 | 4.88 | - |
| YUV | 94.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 48 | 0.31 | 0 | 0.57 | 0.56 | 92.81 | 0.4 | 0.31 |
| Hex | 4D | 70 | 30 | 1F | 0 | 39 | 38 | 5D | 28 | 1F |
| Octal | 115 | 160 | 60 | 37 | 0 | 71 | 70 | 135 | 50 | 37 |
| Binary | 1001101 | 1110000 | 110000 | 11111 | 0 | 111001 | 111000 | 1011101 | 101000 | 11111 |
Color Harmonies of #4D7030
Complementary color
Monochromatic Colors of #4D7030
Black with #4D7030
Text Example
Text Example
White with #4D7030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7030; }
p { color: rgb(77,112,48); }
H1.HeaderClassName
{
color: #4D7030;
}
.AnyTagClassName
{
color: #4D7030;
}
</style>
background-color css
<style>
a { background-color: #4D7030; }
a { background-color: rgb(77,112,48); }
div.DivClassName
{
background-color: #4D7030;
}
.BgClassName
{
background-color: #4D7030;
}
</style>
border-color css
<style>
span { border-color: #4D7030; }
span { border-color: rgb(77,112,48); }
td.TdClassName
{
border-color: #4D7030;
}
.TagClassName
{
border-color: #4D7030;
}
</style>