Shades of Dell #496D33
Tints of Dell #496D33
RGB
CMYK
RGB Variations
Color information
#496D33 (or 0x496D33) is known color: Dell. HEX triplet: 49, 6D and 33. RGB value is (73,109,51). Sum of RGB (Red+Green+Blue) = 73+109+51=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 109 - color contains mainly: green. Hex color #496D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496D33 is #B692CC. Grayscale: #5B5B5B. Windows color (decimal): -11965133 or 3370313. OLE color: 3370313.
HSL color Cylindrical-coordinate representation of color #496D33: hue angle of 97.24º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #496D33 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 109 | 51 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.57 |
| HSL | 97.24º | 0.36% | 0.31% | - |
| HSV(B) | 97.24º | 0.53% | 0.43% | - |
| XYZ | 8.81 | 12.59 | 5.1 | - |
| YUV | 91.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 51 | 0.33 | 0 | 0.53 | 0.57 | 97.24 | 0.36 | 0.31 |
| Hex | 49 | 6D | 33 | 21 | 0 | 35 | 39 | 61 | 24 | 1F |
| Octal | 111 | 155 | 63 | 41 | 0 | 65 | 71 | 141 | 44 | 37 |
| Binary | 1001001 | 1101101 | 110011 | 100001 | 0 | 110101 | 111001 | 1100001 | 100100 | 11111 |
Color Harmonies of #496D33
Complementary color
Monochromatic Colors of #496D33
Black with #496D33
Text Example
Text Example
White with #496D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D33; }
p { color: rgb(73,109,51); }
H1.HeaderClassName
{
color: #496D33;
}
.AnyTagClassName
{
color: #496D33;
}
</style>
background-color css
<style>
a { background-color: #496D33; }
a { background-color: rgb(73,109,51); }
div.DivClassName
{
background-color: #496D33;
}
.BgClassName
{
background-color: #496D33;
}
</style>
border-color css
<style>
span { border-color: #496D33; }
span { border-color: rgb(73,109,51); }
td.TdClassName
{
border-color: #496D33;
}
.TagClassName
{
border-color: #496D33;
}
</style>