Shades of Dell #47692F
Tints of Dell #47692F
RGB
CMYK
RGB Variations
Color information
#47692F (or 0x47692F) is known color: Dell. HEX triplet: 47, 69 and 2F. RGB value is (71,105,47). Sum of RGB (Red+Green+Blue) = 71+105+47=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #47692F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47692F is #B896D0. Grayscale: #585858. Windows color (decimal): -12097233 or 3107143. OLE color: 3107143.
HSL color Cylindrical-coordinate representation of color #47692F: hue angle of 95.17º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47692F is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 105 | 47 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.59 |
| HSL | 95.17º | 0.38% | 0.3% | - |
| HSV(B) | 95.17º | 0.55% | 0.41% | - |
| XYZ | 8.16 | 11.65 | 4.51 | - |
| YUV | 88.22 | 104.74 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 105 | 47 | 0.32 | 0 | 0.55 | 0.59 | 95.17 | 0.38 | 0.3 |
| Hex | 47 | 69 | 2F | 20 | 0 | 37 | 3B | 5F | 26 | 1E |
| Octal | 107 | 151 | 57 | 40 | 0 | 67 | 73 | 137 | 46 | 36 |
| Binary | 1000111 | 1101001 | 101111 | 100000 | 0 | 110111 | 111011 | 1011111 | 100110 | 11110 |
Color Harmonies of #47692F
Complementary color
Monochromatic Colors of #47692F
Black with #47692F
Text Example
Text Example
White with #47692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47692F; }
p { color: rgb(71,105,47); }
H1.HeaderClassName
{
color: #47692F;
}
.AnyTagClassName
{
color: #47692F;
}
</style>
background-color css
<style>
a { background-color: #47692F; }
a { background-color: rgb(71,105,47); }
div.DivClassName
{
background-color: #47692F;
}
.BgClassName
{
background-color: #47692F;
}
</style>
border-color css
<style>
span { border-color: #47692F; }
span { border-color: rgb(71,105,47); }
td.TdClassName
{
border-color: #47692F;
}
.TagClassName
{
border-color: #47692F;
}
</style>