Shades of Dell #47602C
Tints of Dell #47602C
RGB
CMYK
RGB Variations
Color information
#47602C (or 0x47602C) is known color: Dell. HEX triplet: 47, 60 and 2C. RGB value is (71,96,44). Sum of RGB (Red+Green+Blue) = 71+96+44=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #47602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47602C is #B89FD3. Grayscale: #525252. Windows color (decimal): -12099540 or 2908231. OLE color: 2908231.
HSL color Cylindrical-coordinate representation of color #47602C: hue angle of 88.85º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47602C is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 96 | 44 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.62 |
| HSL | 88.85º | 0.37% | 0.27% | - |
| HSV(B) | 88.85º | 0.54% | 0.38% | - |
| XYZ | 7.24 | 9.89 | 3.91 | - |
| YUV | 82.6 | 106.22 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 44 | 0.26 | 0 | 0.54 | 0.62 | 88.85 | 0.37 | 0.27 |
| Hex | 47 | 60 | 2C | 1A | 0 | 36 | 3E | 59 | 25 | 1B |
| Octal | 107 | 140 | 54 | 32 | 0 | 66 | 76 | 131 | 45 | 33 |
| Binary | 1000111 | 1100000 | 101100 | 11010 | 0 | 110110 | 111110 | 1011001 | 100101 | 11011 |
Color Harmonies of #47602C
Complementary color
Monochromatic Colors of #47602C
Black with #47602C
Text Example
Text Example
White with #47602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47602C; }
p { color: rgb(71,96,44); }
H1.HeaderClassName
{
color: #47602C;
}
.AnyTagClassName
{
color: #47602C;
}
</style>
background-color css
<style>
a { background-color: #47602C; }
a { background-color: rgb(71,96,44); }
div.DivClassName
{
background-color: #47602C;
}
.BgClassName
{
background-color: #47602C;
}
</style>
border-color css
<style>
span { border-color: #47602C; }
span { border-color: rgb(71,96,44); }
td.TdClassName
{
border-color: #47602C;
}
.TagClassName
{
border-color: #47602C;
}
</style>