Shades of Dell #49722D
Tints of Dell #49722D
RGB
CMYK
RGB Variations
Color information
#49722D (or 0x49722D) is known color: Dell. HEX triplet: 49, 72 and 2D. RGB value is (73,114,45). Sum of RGB (Red+Green+Blue) = 73+114+45=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #49722D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49722D is #B68DD2. Grayscale: #5E5E5E. Windows color (decimal): -11963859 or 2978377. OLE color: 2978377.
HSL color Cylindrical-coordinate representation of color #49722D: hue angle of 95.65º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49722D is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 114 | 45 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.55 |
| HSL | 95.65º | 0.43% | 0.31% | - |
| HSV(B) | 95.65º | 0.61% | 0.45% | - |
| XYZ | 9.24 | 13.64 | 4.63 | - |
| YUV | 93.88 | 100.42 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 45 | 0.36 | 0 | 0.61 | 0.55 | 95.65 | 0.43 | 0.31 |
| Hex | 49 | 72 | 2D | 24 | 0 | 3D | 37 | 60 | 2B | 1F |
| Octal | 111 | 162 | 55 | 44 | 0 | 75 | 67 | 140 | 53 | 37 |
| Binary | 1001001 | 1110010 | 101101 | 100100 | 0 | 111101 | 110111 | 1100000 | 101011 | 11111 |
Color Harmonies of #49722D
Complementary color
Monochromatic Colors of #49722D
Black with #49722D
Text Example
Text Example
White with #49722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49722D; }
p { color: rgb(73,114,45); }
H1.HeaderClassName
{
color: #49722D;
}
.AnyTagClassName
{
color: #49722D;
}
</style>
background-color css
<style>
a { background-color: #49722D; }
a { background-color: rgb(73,114,45); }
div.DivClassName
{
background-color: #49722D;
}
.BgClassName
{
background-color: #49722D;
}
</style>
border-color css
<style>
span { border-color: #49722D; }
span { border-color: rgb(73,114,45); }
td.TdClassName
{
border-color: #49722D;
}
.TagClassName
{
border-color: #49722D;
}
</style>