Shades of Dell #496C2B
Tints of Dell #496C2B
RGB
CMYK
RGB Variations
Color information
#496C2B (or 0x496C2B) is known color: Dell. HEX triplet: 49, 6C and 2B. RGB value is (73,108,43). Sum of RGB (Red+Green+Blue) = 73+108+43=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 108 (42.58% from 255 or 48.21% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 108 - color contains mainly: green. Hex color #496C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496C2B is #B693D4. Grayscale: #5A5A5A. Windows color (decimal): -11965397 or 2845769. OLE color: 2845769.
HSL color Cylindrical-coordinate representation of color #496C2B: hue angle of 92.31º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #496C2B is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 108 | 43 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.58 |
| HSL | 92.31º | 0.43% | 0.3% | - |
| HSV(B) | 92.31º | 0.6% | 0.42% | - |
| XYZ | 8.55 | 12.32 | 4.21 | - |
| YUV | 90.13 | 101.4 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 43 | 0.32 | 0 | 0.60 | 0.58 | 92.31 | 0.43 | 0.3 |
| Hex | 49 | 6C | 2B | 20 | 0 | 3C | 3A | 5C | 2B | 1E |
| Octal | 111 | 154 | 53 | 40 | 0 | 74 | 72 | 134 | 53 | 36 |
| Binary | 1001001 | 1101100 | 101011 | 100000 | 0 | 111100 | 111010 | 1011100 | 101011 | 11110 |
Color Harmonies of #496C2B
Complementary color
Monochromatic Colors of #496C2B
Black with #496C2B
Text Example
Text Example
White with #496C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C2B; }
p { color: rgb(73,108,43); }
H1.HeaderClassName
{
color: #496C2B;
}
.AnyTagClassName
{
color: #496C2B;
}
</style>
background-color css
<style>
a { background-color: #496C2B; }
a { background-color: rgb(73,108,43); }
div.DivClassName
{
background-color: #496C2B;
}
.BgClassName
{
background-color: #496C2B;
}
</style>
border-color css
<style>
span { border-color: #496C2B; }
span { border-color: rgb(73,108,43); }
td.TdClassName
{
border-color: #496C2B;
}
.TagClassName
{
border-color: #496C2B;
}
</style>