Shades of Dell #4D6C37
Tints of Dell #4D6C37
RGB
CMYK
RGB Variations
Color information
#4D6C37 (or 0x4D6C37) is known color: Dell. HEX triplet: 4D, 6C and 37. RGB value is (77,108,55). Sum of RGB (Red+Green+Blue) = 77+108+55=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #4D6C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6C37 is #B293C8. Grayscale: #5C5C5C. Windows color (decimal): -11703241 or 3632205. OLE color: 3632205.
HSL color Cylindrical-coordinate representation of color #4D6C37: hue angle of 95.09º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D6C37 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 108 | 55 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.58 |
| HSL | 95.09º | 0.33% | 0.32% | - |
| HSV(B) | 95.09º | 0.49% | 0.42% | - |
| XYZ | 9.11 | 12.58 | 5.56 | - |
| YUV | 92.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 108 | 55 | 0.29 | 0 | 0.49 | 0.58 | 95.09 | 0.33 | 0.32 |
| Hex | 4D | 6C | 37 | 1D | 0 | 31 | 3A | 5F | 21 | 20 |
| Octal | 115 | 154 | 67 | 35 | 0 | 61 | 72 | 137 | 41 | 40 |
| Binary | 1001101 | 1101100 | 110111 | 11101 | 0 | 110001 | 111010 | 1011111 | 100001 | 100000 |
Color Harmonies of #4D6C37
Complementary color
Monochromatic Colors of #4D6C37
Black with #4D6C37
Text Example
Text Example
White with #4D6C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6C37; }
p { color: rgb(77,108,55); }
H1.HeaderClassName
{
color: #4D6C37;
}
.AnyTagClassName
{
color: #4D6C37;
}
</style>
background-color css
<style>
a { background-color: #4D6C37; }
a { background-color: rgb(77,108,55); }
div.DivClassName
{
background-color: #4D6C37;
}
.BgClassName
{
background-color: #4D6C37;
}
</style>
border-color css
<style>
span { border-color: #4D6C37; }
span { border-color: rgb(77,108,55); }
td.TdClassName
{
border-color: #4D6C37;
}
.TagClassName
{
border-color: #4D6C37;
}
</style>