Shades of Dell #4C6431
Tints of Dell #4C6431
RGB
CMYK
RGB Variations
Color information
#4C6431 (or 0x4C6431) is known color: Dell. HEX triplet: 4C, 64 and 31. RGB value is (76,100,49). Sum of RGB (Red+Green+Blue) = 76+100+49=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 100 - color contains mainly: green. Hex color #4C6431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6431 is #B39BCE. Grayscale: #575757. Windows color (decimal): -11770831 or 3236940. OLE color: 3236940.
HSL color Cylindrical-coordinate representation of color #4C6431: hue angle of 88.24º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C6431 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 100 | 49 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.61 |
| HSL | 88.24º | 0.34% | 0.29% | - |
| HSV(B) | 88.24º | 0.51% | 0.39% | - |
| XYZ | 8.09 | 10.87 | 4.58 | - |
| YUV | 87.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 100 | 49 | 0.24 | 0 | 0.51 | 0.61 | 88.24 | 0.34 | 0.29 |
| Hex | 4C | 64 | 31 | 18 | 0 | 33 | 3D | 58 | 22 | 1D |
| Octal | 114 | 144 | 61 | 30 | 0 | 63 | 75 | 130 | 42 | 35 |
| Binary | 1001100 | 1100100 | 110001 | 11000 | 0 | 110011 | 111101 | 1011000 | 100010 | 11101 |
Color Harmonies of #4C6431
Complementary color
Monochromatic Colors of #4C6431
Black with #4C6431
Text Example
Text Example
White with #4C6431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6431; }
p { color: rgb(76,100,49); }
H1.HeaderClassName
{
color: #4C6431;
}
.AnyTagClassName
{
color: #4C6431;
}
</style>
background-color css
<style>
a { background-color: #4C6431; }
a { background-color: rgb(76,100,49); }
div.DivClassName
{
background-color: #4C6431;
}
.BgClassName
{
background-color: #4C6431;
}
</style>
border-color css
<style>
span { border-color: #4C6431; }
span { border-color: rgb(76,100,49); }
td.TdClassName
{
border-color: #4C6431;
}
.TagClassName
{
border-color: #4C6431;
}
</style>