Shades of Dell #49702A
Tints of Dell #49702A
RGB
CMYK
RGB Variations
Color information
#49702A (or 0x49702A) is known color: Dell. HEX triplet: 49, 70 and 2A. RGB value is (73,112,42). Sum of RGB (Red+Green+Blue) = 73+112+42=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #49702A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49702A is #B68FD5. Grayscale: #5C5C5C. Windows color (decimal): -11964374 or 2781257. OLE color: 2781257.
HSL color Cylindrical-coordinate representation of color #49702A: hue angle of 93.43º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49702A is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 112 | 42 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.56 |
| HSL | 93.43º | 0.45% | 0.3% | - |
| HSV(B) | 93.43º | 0.63% | 0.44% | - |
| XYZ | 8.96 | 13.17 | 4.26 | - |
| YUV | 92.36 | 99.58 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 42 | 0.35 | 0 | 0.62 | 0.56 | 93.43 | 0.45 | 0.3 |
| Hex | 49 | 70 | 2A | 23 | 0 | 3E | 38 | 5D | 2D | 1E |
| Octal | 111 | 160 | 52 | 43 | 0 | 76 | 70 | 135 | 55 | 36 |
| Binary | 1001001 | 1110000 | 101010 | 100011 | 0 | 111110 | 111000 | 1011101 | 101101 | 11110 |
Color Harmonies of #49702A
Complementary color
Monochromatic Colors of #49702A
Black with #49702A
Text Example
Text Example
White with #49702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49702A; }
p { color: rgb(73,112,42); }
H1.HeaderClassName
{
color: #49702A;
}
.AnyTagClassName
{
color: #49702A;
}
</style>
background-color css
<style>
a { background-color: #49702A; }
a { background-color: rgb(73,112,42); }
div.DivClassName
{
background-color: #49702A;
}
.BgClassName
{
background-color: #49702A;
}
</style>
border-color css
<style>
span { border-color: #49702A; }
span { border-color: rgb(73,112,42); }
td.TdClassName
{
border-color: #49702A;
}
.TagClassName
{
border-color: #49702A;
}
</style>