Shades of Dell #496E29
Tints of Dell #496E29
RGB
CMYK
RGB Variations
Color information
#496E29 (or 0x496E29) is known color: Dell. HEX triplet: 49, 6E and 29. RGB value is (73,110,41). Sum of RGB (Red+Green+Blue) = 73+110+41=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 110 - color contains mainly: green. Hex color #496E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496E29 is #B691D6. Grayscale: #5B5B5B. Windows color (decimal): -11964887 or 2715209. OLE color: 2715209.
HSL color Cylindrical-coordinate representation of color #496E29: hue angle of 92.17º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #496E29 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 110 | 41 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.57 |
| HSL | 92.17º | 0.46% | 0.3% | - |
| HSV(B) | 92.17º | 0.63% | 0.43% | - |
| XYZ | 8.72 | 12.73 | 4.09 | - |
| YUV | 91.07 | 99.74 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 110 | 41 | 0.34 | 0 | 0.63 | 0.57 | 92.17 | 0.46 | 0.3 |
| Hex | 49 | 6E | 29 | 22 | 0 | 3F | 39 | 5C | 2E | 1E |
| Octal | 111 | 156 | 51 | 42 | 0 | 77 | 71 | 134 | 56 | 36 |
| Binary | 1001001 | 1101110 | 101001 | 100010 | 0 | 111111 | 111001 | 1011100 | 101110 | 11110 |
Color Harmonies of #496E29
Complementary color
Monochromatic Colors of #496E29
Black with #496E29
Text Example
Text Example
White with #496E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496E29; }
p { color: rgb(73,110,41); }
H1.HeaderClassName
{
color: #496E29;
}
.AnyTagClassName
{
color: #496E29;
}
</style>
background-color css
<style>
a { background-color: #496E29; }
a { background-color: rgb(73,110,41); }
div.DivClassName
{
background-color: #496E29;
}
.BgClassName
{
background-color: #496E29;
}
</style>
border-color css
<style>
span { border-color: #496E29; }
span { border-color: rgb(73,110,41); }
td.TdClassName
{
border-color: #496E29;
}
.TagClassName
{
border-color: #496E29;
}
</style>