Shades of Dell #495C36
Tints of Dell #495C36
RGB
CMYK
RGB Variations
Color information
#495C36 (or 0x495C36) is known color: Dell. HEX triplet: 49, 5C and 36. RGB value is (73,92,54). Sum of RGB (Red+Green+Blue) = 73+92+54=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 92 - color contains mainly: green. Hex color #495C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C36 is #B6A3C9. Grayscale: #525252. Windows color (decimal): -11969482 or 3562569. OLE color: 3562569.
HSL color Cylindrical-coordinate representation of color #495C36: hue angle of 90º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #495C36 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 92 | 54 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.64 |
| HSL | 90º | 0.26% | 0.29% | - |
| HSV(B) | 90º | 0.41% | 0.36% | - |
| XYZ | 7.24 | 9.34 | 4.91 | - |
| YUV | 81.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 54 | 0.21 | 0 | 0.41 | 0.64 | 90 | 0.26 | 0.29 |
| Hex | 49 | 5C | 36 | 15 | 0 | 29 | 40 | 5A | 1A | 1D |
| Octal | 111 | 134 | 66 | 25 | 0 | 51 | 100 | 132 | 32 | 35 |
| Binary | 1001001 | 1011100 | 110110 | 10101 | 0 | 101001 | 1000000 | 1011010 | 11010 | 11101 |
Color Harmonies of #495C36
Complementary color
Monochromatic Colors of #495C36
Black with #495C36
Text Example
Text Example
White with #495C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C36; }
p { color: rgb(73,92,54); }
H1.HeaderClassName
{
color: #495C36;
}
.AnyTagClassName
{
color: #495C36;
}
</style>
background-color css
<style>
a { background-color: #495C36; }
a { background-color: rgb(73,92,54); }
div.DivClassName
{
background-color: #495C36;
}
.BgClassName
{
background-color: #495C36;
}
</style>
border-color css
<style>
span { border-color: #495C36; }
span { border-color: rgb(73,92,54); }
td.TdClassName
{
border-color: #495C36;
}
.TagClassName
{
border-color: #495C36;
}
</style>