Shades of Dell #496E36
Tints of Dell #496E36
RGB
CMYK
RGB Variations
Color information
#496E36 (or 0x496E36) is known color: Dell. HEX triplet: 49, 6E and 36. RGB value is (73,110,54). Sum of RGB (Red+Green+Blue) = 73+110+54=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 110 (43.36% from 255 or 46.41% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 110 - color contains mainly: green. Hex color #496E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496E36 is #B691C9. Grayscale: #5C5C5C. Windows color (decimal): -11964874 or 3567177. OLE color: 3567177.
HSL color Cylindrical-coordinate representation of color #496E36: hue angle of 99.64º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #496E36 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 110 | 54 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.57 |
| HSL | 99.64º | 0.34% | 0.32% | - |
| HSV(B) | 99.64º | 0.51% | 0.43% | - |
| XYZ | 8.99 | 12.83 | 5.49 | - |
| YUV | 92.55 | 106.24 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 110 | 54 | 0.34 | 0 | 0.51 | 0.57 | 99.64 | 0.34 | 0.32 |
| Hex | 49 | 6E | 36 | 22 | 0 | 33 | 39 | 64 | 22 | 20 |
| Octal | 111 | 156 | 66 | 42 | 0 | 63 | 71 | 144 | 42 | 40 |
| Binary | 1001001 | 1101110 | 110110 | 100010 | 0 | 110011 | 111001 | 1100100 | 100010 | 100000 |
Color Harmonies of #496E36
Complementary color
Monochromatic Colors of #496E36
Black with #496E36
Text Example
Text Example
White with #496E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496E36; }
p { color: rgb(73,110,54); }
H1.HeaderClassName
{
color: #496E36;
}
.AnyTagClassName
{
color: #496E36;
}
</style>
background-color css
<style>
a { background-color: #496E36; }
a { background-color: rgb(73,110,54); }
div.DivClassName
{
background-color: #496E36;
}
.BgClassName
{
background-color: #496E36;
}
</style>
border-color css
<style>
span { border-color: #496E36; }
span { border-color: rgb(73,110,54); }
td.TdClassName
{
border-color: #496E36;
}
.TagClassName
{
border-color: #496E36;
}
</style>