Shades of Dell #4C613A
Tints of Dell #4C613A
RGB
CMYK
RGB Variations
Color information
#4C613A (or 0x4C613A) is known color: Dell. HEX triplet: 4C, 61 and 3A. RGB value is (76,97,58). Sum of RGB (Red+Green+Blue) = 76+97+58=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #4C613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C613A is #B39EC5. Grayscale: #565656. Windows color (decimal): -11771590 or 3825996. OLE color: 3825996.
HSL color Cylindrical-coordinate representation of color #4C613A: hue angle of 92.31º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C613A is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 97 | 58 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.62 |
| HSL | 92.31º | 0.25% | 0.3% | - |
| HSV(B) | 92.31º | 0.4% | 0.38% | - |
| XYZ | 8.02 | 10.39 | 5.59 | - |
| YUV | 86.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 97 | 58 | 0.22 | 0 | 0.40 | 0.62 | 92.31 | 0.25 | 0.3 |
| Hex | 4C | 61 | 3A | 16 | 0 | 28 | 3E | 5C | 19 | 1E |
| Octal | 114 | 141 | 72 | 26 | 0 | 50 | 76 | 134 | 31 | 36 |
| Binary | 1001100 | 1100001 | 111010 | 10110 | 0 | 101000 | 111110 | 1011100 | 11001 | 11110 |
Color Harmonies of #4C613A
Complementary color
Monochromatic Colors of #4C613A
Black with #4C613A
Text Example
Text Example
White with #4C613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C613A; }
p { color: rgb(76,97,58); }
H1.HeaderClassName
{
color: #4C613A;
}
.AnyTagClassName
{
color: #4C613A;
}
</style>
background-color css
<style>
a { background-color: #4C613A; }
a { background-color: rgb(76,97,58); }
div.DivClassName
{
background-color: #4C613A;
}
.BgClassName
{
background-color: #4C613A;
}
</style>
border-color css
<style>
span { border-color: #4C613A; }
span { border-color: rgb(76,97,58); }
td.TdClassName
{
border-color: #4C613A;
}
.TagClassName
{
border-color: #4C613A;
}
</style>