Shades of Dell #475C32
Tints of Dell #475C32
RGB
CMYK
RGB Variations
Color information
#475C32 (or 0x475C32) is known color: Dell. HEX triplet: 47, 5C and 32. RGB value is (71,92,50). Sum of RGB (Red+Green+Blue) = 71+92+50=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #475C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475C32 is #B8A3CD. Grayscale: #515151. Windows color (decimal): -12100558 or 3300423. OLE color: 3300423.
HSL color Cylindrical-coordinate representation of color #475C32: hue angle of 90º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #475C32 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 92 | 50 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.64 |
| HSL | 90º | 0.3% | 0.28% | - |
| HSV(B) | 90º | 0.46% | 0.36% | - |
| XYZ | 7 | 9.22 | 4.43 | - |
| YUV | 80.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 50 | 0.23 | 0 | 0.46 | 0.64 | 90 | 0.3 | 0.28 |
| Hex | 47 | 5C | 32 | 17 | 0 | 2E | 40 | 5A | 1E | 1C |
| Octal | 107 | 134 | 62 | 27 | 0 | 56 | 100 | 132 | 36 | 34 |
| Binary | 1000111 | 1011100 | 110010 | 10111 | 0 | 101110 | 1000000 | 1011010 | 11110 | 11100 |
Color Harmonies of #475C32
Complementary color
Monochromatic Colors of #475C32
Black with #475C32
Text Example
Text Example
White with #475C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475C32; }
p { color: rgb(71,92,50); }
H1.HeaderClassName
{
color: #475C32;
}
.AnyTagClassName
{
color: #475C32;
}
</style>
background-color css
<style>
a { background-color: #475C32; }
a { background-color: rgb(71,92,50); }
div.DivClassName
{
background-color: #475C32;
}
.BgClassName
{
background-color: #475C32;
}
</style>
border-color css
<style>
span { border-color: #475C32; }
span { border-color: rgb(71,92,50); }
td.TdClassName
{
border-color: #475C32;
}
.TagClassName
{
border-color: #475C32;
}
</style>