Shades of Dell #495B37
Tints of Dell #495B37
RGB
CMYK
RGB Variations
Color information
#495B37 (or 0x495B37) is known color: Dell. HEX triplet: 49, 5B and 37. RGB value is (73,91,55). Sum of RGB (Red+Green+Blue) = 73+91+55=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 91 (35.94% from 255 or 41.55% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 91 - color contains mainly: green. Hex color #495B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B37 is #B6A4C8. Grayscale: #515151. Windows color (decimal): -11969737 or 3627849. OLE color: 3627849.
HSL color Cylindrical-coordinate representation of color #495B37: hue angle of 90º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495B37 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 91 | 55 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.64 |
| HSL | 90º | 0.25% | 0.29% | - |
| HSV(B) | 90º | 0.4% | 0.36% | - |
| XYZ | 7.18 | 9.17 | 5.01 | - |
| YUV | 81.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 55 | 0.20 | 0 | 0.40 | 0.64 | 90 | 0.25 | 0.29 |
| Hex | 49 | 5B | 37 | 14 | 0 | 28 | 40 | 5A | 19 | 1D |
| Octal | 111 | 133 | 67 | 24 | 0 | 50 | 100 | 132 | 31 | 35 |
| Binary | 1001001 | 1011011 | 110111 | 10100 | 0 | 101000 | 1000000 | 1011010 | 11001 | 11101 |
Color Harmonies of #495B37
Complementary color
Monochromatic Colors of #495B37
Black with #495B37
Text Example
Text Example
White with #495B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B37; }
p { color: rgb(73,91,55); }
H1.HeaderClassName
{
color: #495B37;
}
.AnyTagClassName
{
color: #495B37;
}
</style>
background-color css
<style>
a { background-color: #495B37; }
a { background-color: rgb(73,91,55); }
div.DivClassName
{
background-color: #495B37;
}
.BgClassName
{
background-color: #495B37;
}
</style>
border-color css
<style>
span { border-color: #495B37; }
span { border-color: rgb(73,91,55); }
td.TdClassName
{
border-color: #495B37;
}
.TagClassName
{
border-color: #495B37;
}
</style>