Shades of Dell #47622D
Tints of Dell #47622D
RGB
CMYK
RGB Variations
Color information
#47622D (or 0x47622D) is known color: Dell. HEX triplet: 47, 62 and 2D. RGB value is (71,98,45). Sum of RGB (Red+Green+Blue) = 71+98+45=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #47622D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47622D is #B89DD2. Grayscale: #545454. Windows color (decimal): -12099027 or 2974279. OLE color: 2974279.
HSL color Cylindrical-coordinate representation of color #47622D: hue angle of 90.57º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47622D is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 98 | 45 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.62 |
| HSL | 90.57º | 0.37% | 0.28% | - |
| HSV(B) | 90.57º | 0.54% | 0.38% | - |
| XYZ | 7.44 | 10.26 | 4.07 | - |
| YUV | 83.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 45 | 0.28 | 0 | 0.54 | 0.62 | 90.57 | 0.37 | 0.28 |
| Hex | 47 | 62 | 2D | 1C | 0 | 36 | 3E | 5B | 25 | 1C |
| Octal | 107 | 142 | 55 | 34 | 0 | 66 | 76 | 133 | 45 | 34 |
| Binary | 1000111 | 1100010 | 101101 | 11100 | 0 | 110110 | 111110 | 1011011 | 100101 | 11100 |
Color Harmonies of #47622D
Complementary color
Monochromatic Colors of #47622D
Black with #47622D
Text Example
Text Example
White with #47622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47622D; }
p { color: rgb(71,98,45); }
H1.HeaderClassName
{
color: #47622D;
}
.AnyTagClassName
{
color: #47622D;
}
</style>
background-color css
<style>
a { background-color: #47622D; }
a { background-color: rgb(71,98,45); }
div.DivClassName
{
background-color: #47622D;
}
.BgClassName
{
background-color: #47622D;
}
</style>
border-color css
<style>
span { border-color: #47622D; }
span { border-color: rgb(71,98,45); }
td.TdClassName
{
border-color: #47622D;
}
.TagClassName
{
border-color: #47622D;
}
</style>