Shades of Dell #496C26
Tints of Dell #496C26
RGB
CMYK
RGB Variations
Color information
#496C26 (or 0x496C26) is known color: Dell. HEX triplet: 49, 6C and 26. RGB value is (73,108,38). Sum of RGB (Red+Green+Blue) = 73+108+38=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 108 (42.58% from 255 or 49.32% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 108 - color contains mainly: green. Hex color #496C26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496C26 is #B693D9. Grayscale: #595959. Windows color (decimal): -11965402 or 2518089. OLE color: 2518089.
HSL color Cylindrical-coordinate representation of color #496C26: hue angle of 90º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #496C26 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 108 | 38 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.58 |
| HSL | 90º | 0.48% | 0.29% | - |
| HSV(B) | 90º | 0.65% | 0.42% | - |
| XYZ | 8.46 | 12.28 | 3.76 | - |
| YUV | 89.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 38 | 0.32 | 0 | 0.65 | 0.58 | 90 | 0.48 | 0.29 |
| Hex | 49 | 6C | 26 | 20 | 0 | 41 | 3A | 5A | 30 | 1D |
| Octal | 111 | 154 | 46 | 40 | 0 | 101 | 72 | 132 | 60 | 35 |
| Binary | 1001001 | 1101100 | 100110 | 100000 | 0 | 1000001 | 111010 | 1011010 | 110000 | 11101 |
Color Harmonies of #496C26
Complementary color
Monochromatic Colors of #496C26
Black with #496C26
Text Example
Text Example
White with #496C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C26; }
p { color: rgb(73,108,38); }
H1.HeaderClassName
{
color: #496C26;
}
.AnyTagClassName
{
color: #496C26;
}
</style>
background-color css
<style>
a { background-color: #496C26; }
a { background-color: rgb(73,108,38); }
div.DivClassName
{
background-color: #496C26;
}
.BgClassName
{
background-color: #496C26;
}
</style>
border-color css
<style>
span { border-color: #496C26; }
span { border-color: rgb(73,108,38); }
td.TdClassName
{
border-color: #496C26;
}
.TagClassName
{
border-color: #496C26;
}
</style>