Shades of Dell #475E38
Tints of Dell #475E38
RGB
CMYK
RGB Variations
Color information
#475E38 (or 0x475E38) is known color: Dell. HEX triplet: 47, 5E and 38. RGB value is (71,94,56). Sum of RGB (Red+Green+Blue) = 71+94+56=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 94 - color contains mainly: green. Hex color #475E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475E38 is #B8A1C7. Grayscale: #525252. Windows color (decimal): -12100040 or 3694151. OLE color: 3694151.
HSL color Cylindrical-coordinate representation of color #475E38: hue angle of 96.32º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #475E38 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 94 | 56 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.63 |
| HSL | 96.32º | 0.25% | 0.29% | - |
| HSV(B) | 96.32º | 0.4% | 0.37% | - |
| XYZ | 7.32 | 9.63 | 5.21 | - |
| YUV | 82.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 56 | 0.24 | 0 | 0.40 | 0.63 | 96.32 | 0.25 | 0.29 |
| Hex | 47 | 5E | 38 | 18 | 0 | 28 | 3F | 60 | 19 | 1D |
| Octal | 107 | 136 | 70 | 30 | 0 | 50 | 77 | 140 | 31 | 35 |
| Binary | 1000111 | 1011110 | 111000 | 11000 | 0 | 101000 | 111111 | 1100000 | 11001 | 11101 |
Color Harmonies of #475E38
Complementary color
Monochromatic Colors of #475E38
Black with #475E38
Text Example
Text Example
White with #475E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E38; }
p { color: rgb(71,94,56); }
H1.HeaderClassName
{
color: #475E38;
}
.AnyTagClassName
{
color: #475E38;
}
</style>
background-color css
<style>
a { background-color: #475E38; }
a { background-color: rgb(71,94,56); }
div.DivClassName
{
background-color: #475E38;
}
.BgClassName
{
background-color: #475E38;
}
</style>
border-color css
<style>
span { border-color: #475E38; }
span { border-color: rgb(71,94,56); }
td.TdClassName
{
border-color: #475E38;
}
.TagClassName
{
border-color: #475E38;
}
</style>