Shades of Dell #4C6034
Tints of Dell #4C6034
RGB
CMYK
RGB Variations
Color information
#4C6034 (or 0x4C6034) is known color: Dell. HEX triplet: 4C, 60 and 34. RGB value is (76,96,52). Sum of RGB (Red+Green+Blue) = 76+96+52=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6034 is #B39FCB. Grayscale: #555555. Windows color (decimal): -11771852 or 3432524. OLE color: 3432524.
HSL color Cylindrical-coordinate representation of color #4C6034: hue angle of 87.27º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C6034 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 96 | 52 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.62 |
| HSL | 87.27º | 0.3% | 0.29% | - |
| HSV(B) | 87.27º | 0.46% | 0.38% | - |
| XYZ | 7.78 | 10.15 | 4.8 | - |
| YUV | 85 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 52 | 0.21 | 0 | 0.46 | 0.62 | 87.27 | 0.3 | 0.29 |
| Hex | 4C | 60 | 34 | 15 | 0 | 2E | 3E | 57 | 1E | 1D |
| Octal | 114 | 140 | 64 | 25 | 0 | 56 | 76 | 127 | 36 | 35 |
| Binary | 1001100 | 1100000 | 110100 | 10101 | 0 | 101110 | 111110 | 1010111 | 11110 | 11101 |
Color Harmonies of #4C6034
Complementary color
Monochromatic Colors of #4C6034
Black with #4C6034
Text Example
Text Example
White with #4C6034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6034; }
p { color: rgb(76,96,52); }
H1.HeaderClassName
{
color: #4C6034;
}
.AnyTagClassName
{
color: #4C6034;
}
</style>
background-color css
<style>
a { background-color: #4C6034; }
a { background-color: rgb(76,96,52); }
div.DivClassName
{
background-color: #4C6034;
}
.BgClassName
{
background-color: #4C6034;
}
</style>
border-color css
<style>
span { border-color: #4C6034; }
span { border-color: rgb(76,96,52); }
td.TdClassName
{
border-color: #4C6034;
}
.TagClassName
{
border-color: #4C6034;
}
</style>