Shades of Dell #4D7232
Tints of Dell #4D7232
RGB
CMYK
RGB Variations
Color information
#4D7232 (or 0x4D7232) is known color: Dell. HEX triplet: 4D, 72 and 32. RGB value is (77,114,50). Sum of RGB (Red+Green+Blue) = 77+114+50=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #4D7232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7232 is #B28DCD. Grayscale: #5F5F5F. Windows color (decimal): -11701710 or 3306061. OLE color: 3306061.
HSL color Cylindrical-coordinate representation of color #4D7232: hue angle of 94.69º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D7232 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 50 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.55 |
| HSL | 94.69º | 0.39% | 0.32% | - |
| HSV(B) | 94.69º | 0.56% | 0.45% | - |
| XYZ | 9.65 | 13.84 | 5.18 | - |
| YUV | 95.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 50 | 0.32 | 0 | 0.56 | 0.55 | 94.69 | 0.39 | 0.32 |
| Hex | 4D | 72 | 32 | 20 | 0 | 38 | 37 | 5F | 27 | 20 |
| Octal | 115 | 162 | 62 | 40 | 0 | 70 | 67 | 137 | 47 | 40 |
| Binary | 1001101 | 1110010 | 110010 | 100000 | 0 | 111000 | 110111 | 1011111 | 100111 | 100000 |
Color Harmonies of #4D7232
Complementary color
Monochromatic Colors of #4D7232
Black with #4D7232
Text Example
Text Example
White with #4D7232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7232; }
p { color: rgb(77,114,50); }
H1.HeaderClassName
{
color: #4D7232;
}
.AnyTagClassName
{
color: #4D7232;
}
</style>
background-color css
<style>
a { background-color: #4D7232; }
a { background-color: rgb(77,114,50); }
div.DivClassName
{
background-color: #4D7232;
}
.BgClassName
{
background-color: #4D7232;
}
</style>
border-color css
<style>
span { border-color: #4D7232; }
span { border-color: rgb(77,114,50); }
td.TdClassName
{
border-color: #4D7232;
}
.TagClassName
{
border-color: #4D7232;
}
</style>