Shades of Dell #495C35
Tints of Dell #495C35
RGB
CMYK
RGB Variations
Color information
#495C35 (or 0x495C35) is known color: Dell. HEX triplet: 49, 5C and 35. RGB value is (73,92,53). Sum of RGB (Red+Green+Blue) = 73+92+53=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 92 - color contains mainly: green. Hex color #495C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C35 is #B6A3CA. Grayscale: #525252. Windows color (decimal): -11969483 or 3497033. OLE color: 3497033.
HSL color Cylindrical-coordinate representation of color #495C35: hue angle of 89.23º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #495C35 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 92 | 53 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.64 |
| HSL | 89.23º | 0.27% | 0.28% | - |
| HSV(B) | 89.23º | 0.42% | 0.36% | - |
| XYZ | 7.22 | 9.33 | 4.79 | - |
| YUV | 81.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 53 | 0.21 | 0 | 0.42 | 0.64 | 89.23 | 0.27 | 0.28 |
| Hex | 49 | 5C | 35 | 15 | 0 | 2A | 40 | 59 | 1B | 1C |
| Octal | 111 | 134 | 65 | 25 | 0 | 52 | 100 | 131 | 33 | 34 |
| Binary | 1001001 | 1011100 | 110101 | 10101 | 0 | 101010 | 1000000 | 1011001 | 11011 | 11100 |
Color Harmonies of #495C35
Complementary color
Monochromatic Colors of #495C35
Black with #495C35
Text Example
Text Example
White with #495C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C35; }
p { color: rgb(73,92,53); }
H1.HeaderClassName
{
color: #495C35;
}
.AnyTagClassName
{
color: #495C35;
}
</style>
background-color css
<style>
a { background-color: #495C35; }
a { background-color: rgb(73,92,53); }
div.DivClassName
{
background-color: #495C35;
}
.BgClassName
{
background-color: #495C35;
}
</style>
border-color css
<style>
span { border-color: #495C35; }
span { border-color: rgb(73,92,53); }
td.TdClassName
{
border-color: #495C35;
}
.TagClassName
{
border-color: #495C35;
}
</style>