Shades of Dell #475B33
Tints of Dell #475B33
RGB
CMYK
RGB Variations
Color information
#475B33 (or 0x475B33) is known color: Dell. HEX triplet: 47, 5B and 33. RGB value is (71,91,51). Sum of RGB (Red+Green+Blue) = 71+91+51=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 91 - color contains mainly: green. Hex color #475B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475B33 is #B8A4CC. Grayscale: #505050. Windows color (decimal): -12100813 or 3365703. OLE color: 3365703.
HSL color Cylindrical-coordinate representation of color #475B33: hue angle of 90º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #475B33 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 91 | 51 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.64 |
| HSL | 90º | 0.28% | 0.28% | - |
| HSV(B) | 90º | 0.44% | 0.36% | - |
| XYZ | 6.94 | 9.06 | 4.52 | - |
| YUV | 80.46 | 111.37 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 51 | 0.22 | 0 | 0.44 | 0.64 | 90 | 0.28 | 0.28 |
| Hex | 47 | 5B | 33 | 16 | 0 | 2C | 40 | 5A | 1C | 1C |
| Octal | 107 | 133 | 63 | 26 | 0 | 54 | 100 | 132 | 34 | 34 |
| Binary | 1000111 | 1011011 | 110011 | 10110 | 0 | 101100 | 1000000 | 1011010 | 11100 | 11100 |
Color Harmonies of #475B33
Complementary color
Monochromatic Colors of #475B33
Black with #475B33
Text Example
Text Example
White with #475B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475B33; }
p { color: rgb(71,91,51); }
H1.HeaderClassName
{
color: #475B33;
}
.AnyTagClassName
{
color: #475B33;
}
</style>
background-color css
<style>
a { background-color: #475B33; }
a { background-color: rgb(71,91,51); }
div.DivClassName
{
background-color: #475B33;
}
.BgClassName
{
background-color: #475B33;
}
</style>
border-color css
<style>
span { border-color: #475B33; }
span { border-color: rgb(71,91,51); }
td.TdClassName
{
border-color: #475B33;
}
.TagClassName
{
border-color: #475B33;
}
</style>