Shades of Dell #496D2C
Tints of Dell #496D2C
RGB
CMYK
RGB Variations
Color information
#496D2C (or 0x496D2C) is known color: Dell. HEX triplet: 49, 6D and 2C. RGB value is (73,109,44). Sum of RGB (Red+Green+Blue) = 73+109+44=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 109 - color contains mainly: green. Hex color #496D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496D2C is #B692D3. Grayscale: #5B5B5B. Windows color (decimal): -11965140 or 2911561. OLE color: 2911561.
HSL color Cylindrical-coordinate representation of color #496D2C: hue angle of 93.23º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #496D2C is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 109 | 44 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.57 |
| HSL | 93.23º | 0.42% | 0.3% | - |
| HSV(B) | 93.23º | 0.6% | 0.43% | - |
| XYZ | 8.67 | 12.54 | 4.35 | - |
| YUV | 90.83 | 101.57 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 44 | 0.33 | 0 | 0.60 | 0.57 | 93.23 | 0.42 | 0.3 |
| Hex | 49 | 6D | 2C | 21 | 0 | 3C | 39 | 5D | 2A | 1E |
| Octal | 111 | 155 | 54 | 41 | 0 | 74 | 71 | 135 | 52 | 36 |
| Binary | 1001001 | 1101101 | 101100 | 100001 | 0 | 111100 | 111001 | 1011101 | 101010 | 11110 |
Color Harmonies of #496D2C
Complementary color
Monochromatic Colors of #496D2C
Black with #496D2C
Text Example
Text Example
White with #496D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D2C; }
p { color: rgb(73,109,44); }
H1.HeaderClassName
{
color: #496D2C;
}
.AnyTagClassName
{
color: #496D2C;
}
</style>
background-color css
<style>
a { background-color: #496D2C; }
a { background-color: rgb(73,109,44); }
div.DivClassName
{
background-color: #496D2C;
}
.BgClassName
{
background-color: #496D2C;
}
</style>
border-color css
<style>
span { border-color: #496D2C; }
span { border-color: rgb(73,109,44); }
td.TdClassName
{
border-color: #496D2C;
}
.TagClassName
{
border-color: #496D2C;
}
</style>