Shades of Dell #4C6035
Tints of Dell #4C6035
RGB
CMYK
RGB Variations
Color information
#4C6035 (or 0x4C6035) is known color: Dell. HEX triplet: 4C, 60 and 35. RGB value is (76,96,53). Sum of RGB (Red+Green+Blue) = 76+96+53=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6035 is #B39FCA. Grayscale: #555555. Windows color (decimal): -11771851 or 3498060. OLE color: 3498060.
HSL color Cylindrical-coordinate representation of color #4C6035: hue angle of 87.91º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C6035 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 96 | 53 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.62 |
| HSL | 87.91º | 0.29% | 0.29% | - |
| HSV(B) | 87.91º | 0.45% | 0.38% | - |
| XYZ | 7.81 | 10.16 | 4.92 | - |
| YUV | 85.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 53 | 0.21 | 0 | 0.45 | 0.62 | 87.91 | 0.29 | 0.29 |
| Hex | 4C | 60 | 35 | 15 | 0 | 2D | 3E | 58 | 1D | 1D |
| Octal | 114 | 140 | 65 | 25 | 0 | 55 | 76 | 130 | 35 | 35 |
| Binary | 1001100 | 1100000 | 110101 | 10101 | 0 | 101101 | 111110 | 1011000 | 11101 | 11101 |
Color Harmonies of #4C6035
Complementary color
Monochromatic Colors of #4C6035
Black with #4C6035
Text Example
Text Example
White with #4C6035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6035; }
p { color: rgb(76,96,53); }
H1.HeaderClassName
{
color: #4C6035;
}
.AnyTagClassName
{
color: #4C6035;
}
</style>
background-color css
<style>
a { background-color: #4C6035; }
a { background-color: rgb(76,96,53); }
div.DivClassName
{
background-color: #4C6035;
}
.BgClassName
{
background-color: #4C6035;
}
</style>
border-color css
<style>
span { border-color: #4C6035; }
span { border-color: rgb(76,96,53); }
td.TdClassName
{
border-color: #4C6035;
}
.TagClassName
{
border-color: #4C6035;
}
</style>