Shades of Dell #496D2B
Tints of Dell #496D2B
RGB
CMYK
RGB Variations
Color information
#496D2B (or 0x496D2B) is known color: Dell. HEX triplet: 49, 6D and 2B. RGB value is (73,109,43). Sum of RGB (Red+Green+Blue) = 73+109+43=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #496D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496D2B is #B692D4. Grayscale: #5A5A5A. Windows color (decimal): -11965141 or 2846025. OLE color: 2846025.
HSL color Cylindrical-coordinate representation of color #496D2B: hue angle of 92.73º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #496D2B is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 109 | 43 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.57 |
| HSL | 92.73º | 0.43% | 0.3% | - |
| HSV(B) | 92.73º | 0.61% | 0.43% | - |
| XYZ | 8.65 | 12.53 | 4.25 | - |
| YUV | 90.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 43 | 0.33 | 0 | 0.61 | 0.57 | 92.73 | 0.43 | 0.3 |
| Hex | 49 | 6D | 2B | 21 | 0 | 3D | 39 | 5D | 2B | 1E |
| Octal | 111 | 155 | 53 | 41 | 0 | 75 | 71 | 135 | 53 | 36 |
| Binary | 1001001 | 1101101 | 101011 | 100001 | 0 | 111101 | 111001 | 1011101 | 101011 | 11110 |
Color Harmonies of #496D2B
Complementary color
Monochromatic Colors of #496D2B
Black with #496D2B
Text Example
Text Example
White with #496D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D2B; }
p { color: rgb(73,109,43); }
H1.HeaderClassName
{
color: #496D2B;
}
.AnyTagClassName
{
color: #496D2B;
}
</style>
background-color css
<style>
a { background-color: #496D2B; }
a { background-color: rgb(73,109,43); }
div.DivClassName
{
background-color: #496D2B;
}
.BgClassName
{
background-color: #496D2B;
}
</style>
border-color css
<style>
span { border-color: #496D2B; }
span { border-color: rgb(73,109,43); }
td.TdClassName
{
border-color: #496D2B;
}
.TagClassName
{
border-color: #496D2B;
}
</style>