Shades of Dell #4D6D33
Tints of Dell #4D6D33
RGB
CMYK
RGB Variations
Color information
#4D6D33 (or 0x4D6D33) is known color: Dell. HEX triplet: 4D, 6D and 33. RGB value is (77,109,51). Sum of RGB (Red+Green+Blue) = 77+109+51=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6D33 is #B292CC. Grayscale: #5D5D5D. Windows color (decimal): -11702989 or 3370317. OLE color: 3370317.
HSL color Cylindrical-coordinate representation of color #4D6D33: hue angle of 93.1º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D6D33 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 109 | 51 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.57 |
| HSL | 93.1º | 0.36% | 0.31% | - |
| HSV(B) | 93.1º | 0.53% | 0.43% | - |
| XYZ | 9.13 | 12.75 | 5.11 | - |
| YUV | 92.82 | 104.4 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 109 | 51 | 0.29 | 0 | 0.53 | 0.57 | 93.1 | 0.36 | 0.31 |
| Hex | 4D | 6D | 33 | 1D | 0 | 35 | 39 | 5D | 24 | 1F |
| Octal | 115 | 155 | 63 | 35 | 0 | 65 | 71 | 135 | 44 | 37 |
| Binary | 1001101 | 1101101 | 110011 | 11101 | 0 | 110101 | 111001 | 1011101 | 100100 | 11111 |
Color Harmonies of #4D6D33
Complementary color
Monochromatic Colors of #4D6D33
Black with #4D6D33
Text Example
Text Example
White with #4D6D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6D33; }
p { color: rgb(77,109,51); }
H1.HeaderClassName
{
color: #4D6D33;
}
.AnyTagClassName
{
color: #4D6D33;
}
</style>
background-color css
<style>
a { background-color: #4D6D33; }
a { background-color: rgb(77,109,51); }
div.DivClassName
{
background-color: #4D6D33;
}
.BgClassName
{
background-color: #4D6D33;
}
</style>
border-color css
<style>
span { border-color: #4D6D33; }
span { border-color: rgb(77,109,51); }
td.TdClassName
{
border-color: #4D6D33;
}
.TagClassName
{
border-color: #4D6D33;
}
</style>