Shades of Dell #4D6532
Tints of Dell #4D6532
RGB
CMYK
RGB Variations
Color information
#4D6532 (or 0x4D6532) is known color: Dell. HEX triplet: 4D, 65 and 32. RGB value is (77,101,50). Sum of RGB (Red+Green+Blue) = 77+101+50=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 101 - color contains mainly: green. Hex color #4D6532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6532 is #B29ACD. Grayscale: #585858. Windows color (decimal): -11705038 or 3302733. OLE color: 3302733.
HSL color Cylindrical-coordinate representation of color #4D6532: hue angle of 88.24º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D6532 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 101 | 50 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.60 |
| HSL | 88.24º | 0.34% | 0.3% | - |
| HSV(B) | 88.24º | 0.5% | 0.4% | - |
| XYZ | 8.29 | 11.12 | 4.73 | - |
| YUV | 88.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 50 | 0.24 | 0 | 0.50 | 0.60 | 88.24 | 0.34 | 0.3 |
| Hex | 4D | 65 | 32 | 18 | 0 | 32 | 3C | 58 | 22 | 1E |
| Octal | 115 | 145 | 62 | 30 | 0 | 62 | 74 | 130 | 42 | 36 |
| Binary | 1001101 | 1100101 | 110010 | 11000 | 0 | 110010 | 111100 | 1011000 | 100010 | 11110 |
Color Harmonies of #4D6532
Complementary color
Monochromatic Colors of #4D6532
Black with #4D6532
Text Example
Text Example
White with #4D6532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6532; }
p { color: rgb(77,101,50); }
H1.HeaderClassName
{
color: #4D6532;
}
.AnyTagClassName
{
color: #4D6532;
}
</style>
background-color css
<style>
a { background-color: #4D6532; }
a { background-color: rgb(77,101,50); }
div.DivClassName
{
background-color: #4D6532;
}
.BgClassName
{
background-color: #4D6532;
}
</style>
border-color css
<style>
span { border-color: #4D6532; }
span { border-color: rgb(77,101,50); }
td.TdClassName
{
border-color: #4D6532;
}
.TagClassName
{
border-color: #4D6532;
}
</style>