Shades of Dell #47602F
Tints of Dell #47602F
RGB
CMYK
RGB Variations
Color information
#47602F (or 0x47602F) is known color: Dell. HEX triplet: 47, 60 and 2F. RGB value is (71,96,47). Sum of RGB (Red+Green+Blue) = 71+96+47=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #47602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47602F is #B89FD0. Grayscale: #535353. Windows color (decimal): -12099537 or 3104839. OLE color: 3104839.
HSL color Cylindrical-coordinate representation of color #47602F: hue angle of 90.61º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47602F is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 96 | 47 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.62 |
| HSL | 90.61º | 0.34% | 0.28% | - |
| HSV(B) | 90.61º | 0.51% | 0.38% | - |
| XYZ | 7.29 | 9.91 | 4.22 | - |
| YUV | 82.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 47 | 0.26 | 0 | 0.51 | 0.62 | 90.61 | 0.34 | 0.28 |
| Hex | 47 | 60 | 2F | 1A | 0 | 33 | 3E | 5B | 22 | 1C |
| Octal | 107 | 140 | 57 | 32 | 0 | 63 | 76 | 133 | 42 | 34 |
| Binary | 1000111 | 1100000 | 101111 | 11010 | 0 | 110011 | 111110 | 1011011 | 100010 | 11100 |
Color Harmonies of #47602F
Complementary color
Monochromatic Colors of #47602F
Black with #47602F
Text Example
Text Example
White with #47602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47602F; }
p { color: rgb(71,96,47); }
H1.HeaderClassName
{
color: #47602F;
}
.AnyTagClassName
{
color: #47602F;
}
</style>
background-color css
<style>
a { background-color: #47602F; }
a { background-color: rgb(71,96,47); }
div.DivClassName
{
background-color: #47602F;
}
.BgClassName
{
background-color: #47602F;
}
</style>
border-color css
<style>
span { border-color: #47602F; }
span { border-color: rgb(71,96,47); }
td.TdClassName
{
border-color: #47602F;
}
.TagClassName
{
border-color: #47602F;
}
</style>