Shades of Dell #496A30
Tints of Dell #496A30
RGB
CMYK
RGB Variations
Color information
#496A30 (or 0x496A30) is known color: Dell. HEX triplet: 49, 6A and 30. RGB value is (73,106,48). Sum of RGB (Red+Green+Blue) = 73+106+48=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 106 - color contains mainly: green. Hex color #496A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496A30 is #B695CF. Grayscale: #595959. Windows color (decimal): -11965904 or 3172937. OLE color: 3172937.
HSL color Cylindrical-coordinate representation of color #496A30: hue angle of 94.14º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #496A30 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 106 | 48 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.58 |
| HSL | 94.14º | 0.38% | 0.3% | - |
| HSV(B) | 94.14º | 0.55% | 0.42% | - |
| XYZ | 8.44 | 11.94 | 4.66 | - |
| YUV | 89.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 48 | 0.31 | 0 | 0.55 | 0.58 | 94.14 | 0.38 | 0.3 |
| Hex | 49 | 6A | 30 | 1F | 0 | 37 | 3A | 5E | 26 | 1E |
| Octal | 111 | 152 | 60 | 37 | 0 | 67 | 72 | 136 | 46 | 36 |
| Binary | 1001001 | 1101010 | 110000 | 11111 | 0 | 110111 | 111010 | 1011110 | 100110 | 11110 |
Color Harmonies of #496A30
Complementary color
Monochromatic Colors of #496A30
Black with #496A30
Text Example
Text Example
White with #496A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496A30; }
p { color: rgb(73,106,48); }
H1.HeaderClassName
{
color: #496A30;
}
.AnyTagClassName
{
color: #496A30;
}
</style>
background-color css
<style>
a { background-color: #496A30; }
a { background-color: rgb(73,106,48); }
div.DivClassName
{
background-color: #496A30;
}
.BgClassName
{
background-color: #496A30;
}
</style>
border-color css
<style>
span { border-color: #496A30; }
span { border-color: rgb(73,106,48); }
td.TdClassName
{
border-color: #496A30;
}
.TagClassName
{
border-color: #496A30;
}
</style>