Shades of Dell #47613A
Tints of Dell #47613A
RGB
CMYK
RGB Variations
Color information
#47613A (or 0x47613A) is known color: Dell. HEX triplet: 47, 61 and 3A. RGB value is (71,97,58). Sum of RGB (Red+Green+Blue) = 71+97+58=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #47613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47613A is #B89EC5. Grayscale: #545454. Windows color (decimal): -12099270 or 3825991. OLE color: 3825991.
HSL color Cylindrical-coordinate representation of color #47613A: hue angle of 100º 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 #47613A is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 97 | 58 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.62 |
| HSL | 100º | 0.25% | 0.3% | - |
| HSV(B) | 100º | 0.4% | 0.38% | - |
| XYZ | 7.64 | 10.19 | 5.57 | - |
| YUV | 84.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 58 | 0.27 | 0 | 0.40 | 0.62 | 100 | 0.25 | 0.3 |
| Hex | 47 | 61 | 3A | 1B | 0 | 28 | 3E | 64 | 19 | 1E |
| Octal | 107 | 141 | 72 | 33 | 0 | 50 | 76 | 144 | 31 | 36 |
| Binary | 1000111 | 1100001 | 111010 | 11011 | 0 | 101000 | 111110 | 1100100 | 11001 | 11110 |
Color Harmonies of #47613A
Complementary color
Monochromatic Colors of #47613A
Black with #47613A
Text Example
Text Example
White with #47613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47613A; }
p { color: rgb(71,97,58); }
H1.HeaderClassName
{
color: #47613A;
}
.AnyTagClassName
{
color: #47613A;
}
</style>
background-color css
<style>
a { background-color: #47613A; }
a { background-color: rgb(71,97,58); }
div.DivClassName
{
background-color: #47613A;
}
.BgClassName
{
background-color: #47613A;
}
</style>
border-color css
<style>
span { border-color: #47613A; }
span { border-color: rgb(71,97,58); }
td.TdClassName
{
border-color: #47613A;
}
.TagClassName
{
border-color: #47613A;
}
</style>