Shades of Dell #4D7132
Tints of Dell #4D7132
RGB
CMYK
RGB Variations
Color information
#4D7132 (or 0x4D7132) is known color: Dell. HEX triplet: 4D, 71 and 32. RGB value is (77,113,50). Sum of RGB (Red+Green+Blue) = 77+113+50=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #4D7132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7132 is #B28ECD. Grayscale: #5F5F5F. Windows color (decimal): -11701966 or 3305805. OLE color: 3305805.
HSL color Cylindrical-coordinate representation of color #4D7132: hue angle of 94.29º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D7132 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 50 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.56 |
| HSL | 94.29º | 0.39% | 0.32% | - |
| HSV(B) | 94.29º | 0.56% | 0.44% | - |
| XYZ | 9.54 | 13.62 | 5.14 | - |
| YUV | 95.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 50 | 0.32 | 0 | 0.56 | 0.56 | 94.29 | 0.39 | 0.32 |
| Hex | 4D | 71 | 32 | 20 | 0 | 38 | 38 | 5E | 27 | 20 |
| Octal | 115 | 161 | 62 | 40 | 0 | 70 | 70 | 136 | 47 | 40 |
| Binary | 1001101 | 1110001 | 110010 | 100000 | 0 | 111000 | 111000 | 1011110 | 100111 | 100000 |
Color Harmonies of #4D7132
Complementary color
Monochromatic Colors of #4D7132
Black with #4D7132
Text Example
Text Example
White with #4D7132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7132; }
p { color: rgb(77,113,50); }
H1.HeaderClassName
{
color: #4D7132;
}
.AnyTagClassName
{
color: #4D7132;
}
</style>
background-color css
<style>
a { background-color: #4D7132; }
a { background-color: rgb(77,113,50); }
div.DivClassName
{
background-color: #4D7132;
}
.BgClassName
{
background-color: #4D7132;
}
</style>
border-color css
<style>
span { border-color: #4D7132; }
span { border-color: rgb(77,113,50); }
td.TdClassName
{
border-color: #4D7132;
}
.TagClassName
{
border-color: #4D7132;
}
</style>