Shades of Dell #4D6F33
Tints of Dell #4D6F33
RGB
CMYK
RGB Variations
Color information
#4D6F33 (or 0x4D6F33) is known color: Dell. HEX triplet: 4D, 6F and 33. RGB value is (77,111,51). Sum of RGB (Red+Green+Blue) = 77+111+51=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6F33 is #B290CC. Grayscale: #5E5E5E. Windows color (decimal): -11702477 or 3370829. OLE color: 3370829.
HSL color Cylindrical-coordinate representation of color #4D6F33: hue angle of 94º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D6F33 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 111 | 51 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.56 |
| HSL | 94º | 0.37% | 0.32% | - |
| HSV(B) | 94º | 0.54% | 0.44% | - |
| XYZ | 9.34 | 13.19 | 5.18 | - |
| YUV | 93.99 | 103.74 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 111 | 51 | 0.31 | 0 | 0.54 | 0.56 | 94 | 0.37 | 0.32 |
| Hex | 4D | 6F | 33 | 1F | 0 | 36 | 38 | 5E | 25 | 20 |
| Octal | 115 | 157 | 63 | 37 | 0 | 66 | 70 | 136 | 45 | 40 |
| Binary | 1001101 | 1101111 | 110011 | 11111 | 0 | 110110 | 111000 | 1011110 | 100101 | 100000 |
Color Harmonies of #4D6F33
Complementary color
Monochromatic Colors of #4D6F33
Black with #4D6F33
Text Example
Text Example
White with #4D6F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6F33; }
p { color: rgb(77,111,51); }
H1.HeaderClassName
{
color: #4D6F33;
}
.AnyTagClassName
{
color: #4D6F33;
}
</style>
background-color css
<style>
a { background-color: #4D6F33; }
a { background-color: rgb(77,111,51); }
div.DivClassName
{
background-color: #4D6F33;
}
.BgClassName
{
background-color: #4D6F33;
}
</style>
border-color css
<style>
span { border-color: #4D6F33; }
span { border-color: rgb(77,111,51); }
td.TdClassName
{
border-color: #4D6F33;
}
.TagClassName
{
border-color: #4D6F33;
}
</style>