Shades of Dell #496E33
Tints of Dell #496E33
RGB
CMYK
RGB Variations
Color information
#496E33 (or 0x496E33) is known color: Dell. HEX triplet: 49, 6E and 33. RGB value is (73,110,51). Sum of RGB (Red+Green+Blue) = 73+110+51=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 110 - color contains mainly: green. Hex color #496E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496E33 is #B691CC. Grayscale: #5C5C5C. Windows color (decimal): -11964877 or 3370569. OLE color: 3370569.
HSL color Cylindrical-coordinate representation of color #496E33: hue angle of 97.63º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #496E33 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 110 | 51 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.57 |
| HSL | 97.63º | 0.37% | 0.32% | - |
| HSV(B) | 97.63º | 0.54% | 0.43% | - |
| XYZ | 8.92 | 12.81 | 5.13 | - |
| YUV | 92.21 | 104.74 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 110 | 51 | 0.34 | 0 | 0.54 | 0.57 | 97.63 | 0.37 | 0.32 |
| Hex | 49 | 6E | 33 | 22 | 0 | 36 | 39 | 62 | 25 | 20 |
| Octal | 111 | 156 | 63 | 42 | 0 | 66 | 71 | 142 | 45 | 40 |
| Binary | 1001001 | 1101110 | 110011 | 100010 | 0 | 110110 | 111001 | 1100010 | 100101 | 100000 |
Color Harmonies of #496E33
Complementary color
Monochromatic Colors of #496E33
Black with #496E33
Text Example
Text Example
White with #496E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496E33; }
p { color: rgb(73,110,51); }
H1.HeaderClassName
{
color: #496E33;
}
.AnyTagClassName
{
color: #496E33;
}
</style>
background-color css
<style>
a { background-color: #496E33; }
a { background-color: rgb(73,110,51); }
div.DivClassName
{
background-color: #496E33;
}
.BgClassName
{
background-color: #496E33;
}
</style>
border-color css
<style>
span { border-color: #496E33; }
span { border-color: rgb(73,110,51); }
td.TdClassName
{
border-color: #496E33;
}
.TagClassName
{
border-color: #496E33;
}
</style>