Shades of Dell #475F2E
Tints of Dell #475F2E
RGB
CMYK
RGB Variations
Color information
#475F2E (or 0x475F2E) is known color: Dell. HEX triplet: 47, 5F and 2E. RGB value is (71,95,46). Sum of RGB (Red+Green+Blue) = 71+95+46=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 95 - color contains mainly: green. Hex color #475F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475F2E is #B8A0D1. Grayscale: #525252. Windows color (decimal): -12099794 or 3039047. OLE color: 3039047.
HSL color Cylindrical-coordinate representation of color #475F2E: hue angle of 89.39º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #475F2E is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 95 | 46 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.63 |
| HSL | 89.39º | 0.35% | 0.28% | - |
| HSV(B) | 89.39º | 0.52% | 0.37% | - |
| XYZ | 7.18 | 9.72 | 4.08 | - |
| YUV | 82.24 | 107.55 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 95 | 46 | 0.25 | 0 | 0.52 | 0.63 | 89.39 | 0.35 | 0.28 |
| Hex | 47 | 5F | 2E | 19 | 0 | 34 | 3F | 59 | 23 | 1C |
| Octal | 107 | 137 | 56 | 31 | 0 | 64 | 77 | 131 | 43 | 34 |
| Binary | 1000111 | 1011111 | 101110 | 11001 | 0 | 110100 | 111111 | 1011001 | 100011 | 11100 |
Color Harmonies of #475F2E
Complementary color
Monochromatic Colors of #475F2E
Black with #475F2E
Text Example
Text Example
White with #475F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475F2E; }
p { color: rgb(71,95,46); }
H1.HeaderClassName
{
color: #475F2E;
}
.AnyTagClassName
{
color: #475F2E;
}
</style>
background-color css
<style>
a { background-color: #475F2E; }
a { background-color: rgb(71,95,46); }
div.DivClassName
{
background-color: #475F2E;
}
.BgClassName
{
background-color: #475F2E;
}
</style>
border-color css
<style>
span { border-color: #475F2E; }
span { border-color: rgb(71,95,46); }
td.TdClassName
{
border-color: #475F2E;
}
.TagClassName
{
border-color: #475F2E;
}
</style>