Shades of Dell #496F36
Tints of Dell #496F36
RGB
CMYK
RGB Variations
Color information
#496F36 (or 0x496F36) is known color: Dell. HEX triplet: 49, 6F and 36. RGB value is (73,111,54). Sum of RGB (Red+Green+Blue) = 73+111+54=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 111 - color contains mainly: green. Hex color #496F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496F36 is #B690C9. Grayscale: #5D5D5D. Windows color (decimal): -11964618 or 3567433. OLE color: 3567433.
HSL color Cylindrical-coordinate representation of color #496F36: hue angle of 100º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #496F36 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 111 | 54 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.56 |
| HSL | 100º | 0.35% | 0.32% | - |
| HSV(B) | 100º | 0.51% | 0.44% | - |
| XYZ | 9.1 | 13.05 | 5.53 | - |
| YUV | 93.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 54 | 0.34 | 0 | 0.51 | 0.56 | 100 | 0.35 | 0.32 |
| Hex | 49 | 6F | 36 | 22 | 0 | 33 | 38 | 64 | 23 | 20 |
| Octal | 111 | 157 | 66 | 42 | 0 | 63 | 70 | 144 | 43 | 40 |
| Binary | 1001001 | 1101111 | 110110 | 100010 | 0 | 110011 | 111000 | 1100100 | 100011 | 100000 |
Color Harmonies of #496F36
Complementary color
Monochromatic Colors of #496F36
Black with #496F36
Text Example
Text Example
White with #496F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496F36; }
p { color: rgb(73,111,54); }
H1.HeaderClassName
{
color: #496F36;
}
.AnyTagClassName
{
color: #496F36;
}
</style>
background-color css
<style>
a { background-color: #496F36; }
a { background-color: rgb(73,111,54); }
div.DivClassName
{
background-color: #496F36;
}
.BgClassName
{
background-color: #496F36;
}
</style>
border-color css
<style>
span { border-color: #496F36; }
span { border-color: rgb(73,111,54); }
td.TdClassName
{
border-color: #496F36;
}
.TagClassName
{
border-color: #496F36;
}
</style>