Shades of Dell #4C5E37
Tints of Dell #4C5E37
RGB
CMYK
RGB Variations
Color information
#4C5E37 (or 0x4C5E37) is known color: Dell. HEX triplet: 4C, 5E and 37. RGB value is (76,94,55). Sum of RGB (Red+Green+Blue) = 76+94+55=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 94 - color contains mainly: green. Hex color #4C5E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5E37 is #B3A1C8. Grayscale: #545454. Windows color (decimal): -11772361 or 3628620. OLE color: 3628620.
HSL color Cylindrical-coordinate representation of color #4C5E37: hue angle of 87.69º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C5E37 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 76 | 94 | 55 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.63 |
| HSL | 87.69º | 0.26% | 0.29% | - |
| HSV(B) | 87.69º | 0.41% | 0.37% | - |
| XYZ | 7.67 | 9.82 | 5.11 | - |
| YUV | 84.17 | 111.54 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 94 | 55 | 0.19 | 0 | 0.41 | 0.63 | 87.69 | 0.26 | 0.29 |
| Hex | 4C | 5E | 37 | 13 | 0 | 29 | 3F | 58 | 1A | 1D |
| Octal | 114 | 136 | 67 | 23 | 0 | 51 | 77 | 130 | 32 | 35 |
| Binary | 1001100 | 1011110 | 110111 | 10011 | 0 | 101001 | 111111 | 1011000 | 11010 | 11101 |
Color Harmonies of #4C5E37
Complementary color
Monochromatic Colors of #4C5E37
Black with #4C5E37
Text Example
Text Example
White with #4C5E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5E37; }
p { color: rgb(76,94,55); }
H1.HeaderClassName
{
color: #4C5E37;
}
.AnyTagClassName
{
color: #4C5E37;
}
</style>
background-color css
<style>
a { background-color: #4C5E37; }
a { background-color: rgb(76,94,55); }
div.DivClassName
{
background-color: #4C5E37;
}
.BgClassName
{
background-color: #4C5E37;
}
</style>
border-color css
<style>
span { border-color: #4C5E37; }
span { border-color: rgb(76,94,55); }
td.TdClassName
{
border-color: #4C5E37;
}
.TagClassName
{
border-color: #4C5E37;
}
</style>