Shades of Dell #4C6A35
Tints of Dell #4C6A35
RGB
CMYK
RGB Variations
Color information
#4C6A35 (or 0x4C6A35) is known color: Dell. HEX triplet: 4C, 6A and 35. RGB value is (76,106,53). Sum of RGB (Red+Green+Blue) = 76+106+53=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 106 - color contains mainly: green. Hex color #4C6A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6A35 is #B395CA. Grayscale: #5B5B5B. Windows color (decimal): -11769291 or 3500620. OLE color: 3500620.
HSL color Cylindrical-coordinate representation of color #4C6A35: hue angle of 93.96º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C6A35 is Cyan = 0.28, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 106 | 53 | - |
| CMYK | 0.28 | 0 | 0.5 | 0.58 |
| HSL | 93.96º | 0.33% | 0.31% | - |
| HSV(B) | 93.96º | 0.5% | 0.42% | - |
| XYZ | 8.78 | 12.1 | 5.24 | - |
| YUV | 90.99 | 106.56 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 106 | 53 | 0.28 | 0 | 0.5 | 0.58 | 93.96 | 0.33 | 0.31 |
| Hex | 4C | 6A | 35 | 1C | 0 | 32 | 3A | 5E | 21 | 1F |
| Octal | 114 | 152 | 65 | 34 | 0 | 62 | 72 | 136 | 41 | 37 |
| Binary | 1001100 | 1101010 | 110101 | 11100 | 0 | 110010 | 111010 | 1011110 | 100001 | 11111 |
Color Harmonies of #4C6A35
Complementary color
Monochromatic Colors of #4C6A35
Black with #4C6A35
Text Example
Text Example
White with #4C6A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6A35; }
p { color: rgb(76,106,53); }
H1.HeaderClassName
{
color: #4C6A35;
}
.AnyTagClassName
{
color: #4C6A35;
}
</style>
background-color css
<style>
a { background-color: #4C6A35; }
a { background-color: rgb(76,106,53); }
div.DivClassName
{
background-color: #4C6A35;
}
.BgClassName
{
background-color: #4C6A35;
}
</style>
border-color css
<style>
span { border-color: #4C6A35; }
span { border-color: rgb(76,106,53); }
td.TdClassName
{
border-color: #4C6A35;
}
.TagClassName
{
border-color: #4C6A35;
}
</style>