Shades of Dell #47712E
Tints of Dell #47712E
RGB
CMYK
RGB Variations
Color information
#47712E (or 0x47712E) is known color: Dell. HEX triplet: 47, 71 and 2E. RGB value is (71,113,46). Sum of RGB (Red+Green+Blue) = 71+113+46=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #47712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47712E is #B88ED1. Grayscale: #5D5D5D. Windows color (decimal): -12095186 or 3043655. OLE color: 3043655.
HSL color Cylindrical-coordinate representation of color #47712E: hue angle of 97.61º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47712E is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 113 | 46 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.56 |
| HSL | 97.61º | 0.42% | 0.31% | - |
| HSV(B) | 97.61º | 0.59% | 0.44% | - |
| XYZ | 9 | 13.35 | 4.69 | - |
| YUV | 92.8 | 101.59 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 113 | 46 | 0.37 | 0 | 0.59 | 0.56 | 97.61 | 0.42 | 0.31 |
| Hex | 47 | 71 | 2E | 25 | 0 | 3B | 38 | 62 | 2A | 1F |
| Octal | 107 | 161 | 56 | 45 | 0 | 73 | 70 | 142 | 52 | 37 |
| Binary | 1000111 | 1110001 | 101110 | 100101 | 0 | 111011 | 111000 | 1100010 | 101010 | 11111 |
Color Harmonies of #47712E
Complementary color
Monochromatic Colors of #47712E
Black with #47712E
Text Example
Text Example
White with #47712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47712E; }
p { color: rgb(71,113,46); }
H1.HeaderClassName
{
color: #47712E;
}
.AnyTagClassName
{
color: #47712E;
}
</style>
background-color css
<style>
a { background-color: #47712E; }
a { background-color: rgb(71,113,46); }
div.DivClassName
{
background-color: #47712E;
}
.BgClassName
{
background-color: #47712E;
}
</style>
border-color css
<style>
span { border-color: #47712E; }
span { border-color: rgb(71,113,46); }
td.TdClassName
{
border-color: #47712E;
}
.TagClassName
{
border-color: #47712E;
}
</style>