Shades of Dell #47662F
Tints of Dell #47662F
RGB
CMYK
RGB Variations
Color information
#47662F (or 0x47662F) is known color: Dell. HEX triplet: 47, 66 and 2F. RGB value is (71,102,47). Sum of RGB (Red+Green+Blue) = 71+102+47=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #47662F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47662F is #B899D0. Grayscale: #565656. Windows color (decimal): -12098001 or 3106375. OLE color: 3106375.
HSL color Cylindrical-coordinate representation of color #47662F: hue angle of 93.82º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47662F is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 71 | 102 | 47 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.6 |
| HSL | 93.82º | 0.37% | 0.29% | - |
| HSV(B) | 93.82º | 0.54% | 0.4% | - |
| XYZ | 7.86 | 11.05 | 4.41 | - |
| YUV | 86.46 | 105.73 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 47 | 0.30 | 0 | 0.54 | 0.6 | 93.82 | 0.37 | 0.29 |
| Hex | 47 | 66 | 2F | 1E | 0 | 36 | 3C | 5E | 25 | 1D |
| Octal | 107 | 146 | 57 | 36 | 0 | 66 | 74 | 136 | 45 | 35 |
| Binary | 1000111 | 1100110 | 101111 | 11110 | 0 | 110110 | 111100 | 1011110 | 100101 | 11101 |
Color Harmonies of #47662F
Complementary color
Monochromatic Colors of #47662F
Black with #47662F
Text Example
Text Example
White with #47662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47662F; }
p { color: rgb(71,102,47); }
H1.HeaderClassName
{
color: #47662F;
}
.AnyTagClassName
{
color: #47662F;
}
</style>
background-color css
<style>
a { background-color: #47662F; }
a { background-color: rgb(71,102,47); }
div.DivClassName
{
background-color: #47662F;
}
.BgClassName
{
background-color: #47662F;
}
</style>
border-color css
<style>
span { border-color: #47662F; }
span { border-color: rgb(71,102,47); }
td.TdClassName
{
border-color: #47662F;
}
.TagClassName
{
border-color: #47662F;
}
</style>