Shades of Dell #495F39
Tints of Dell #495F39
RGB
CMYK
RGB Variations
Color information
#495F39 (or 0x495F39) is known color: Dell. HEX triplet: 49, 5F and 39. RGB value is (73,95,57). Sum of RGB (Red+Green+Blue) = 73+95+57=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 95 - color contains mainly: green. Hex color #495F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F39 is #B6A0C6. Grayscale: #545454. Windows color (decimal): -11968711 or 3759945. OLE color: 3759945.
HSL color Cylindrical-coordinate representation of color #495F39: hue angle of 94.74º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495F39 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 57 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.63 |
| HSL | 94.74º | 0.25% | 0.3% | - |
| HSV(B) | 94.74º | 0.4% | 0.37% | - |
| XYZ | 7.58 | 9.9 | 5.38 | - |
| YUV | 84.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 57 | 0.23 | 0 | 0.40 | 0.63 | 94.74 | 0.25 | 0.3 |
| Hex | 49 | 5F | 39 | 17 | 0 | 28 | 3F | 5F | 19 | 1E |
| Octal | 111 | 137 | 71 | 27 | 0 | 50 | 77 | 137 | 31 | 36 |
| Binary | 1001001 | 1011111 | 111001 | 10111 | 0 | 101000 | 111111 | 1011111 | 11001 | 11110 |
Color Harmonies of #495F39
Complementary color
Monochromatic Colors of #495F39
Black with #495F39
Text Example
Text Example
White with #495F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F39; }
p { color: rgb(73,95,57); }
H1.HeaderClassName
{
color: #495F39;
}
.AnyTagClassName
{
color: #495F39;
}
</style>
background-color css
<style>
a { background-color: #495F39; }
a { background-color: rgb(73,95,57); }
div.DivClassName
{
background-color: #495F39;
}
.BgClassName
{
background-color: #495F39;
}
</style>
border-color css
<style>
span { border-color: #495F39; }
span { border-color: rgb(73,95,57); }
td.TdClassName
{
border-color: #495F39;
}
.TagClassName
{
border-color: #495F39;
}
</style>