Shades of Dell #49632D
Tints of Dell #49632D
RGB
CMYK
RGB Variations
Color information
#49632D (or 0x49632D) is known color: Dell. HEX triplet: 49, 63 and 2D. RGB value is (73,99,45). Sum of RGB (Red+Green+Blue) = 73+99+45=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #49632D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49632D is #B69CD2. Grayscale: #555555. Windows color (decimal): -11967699 or 2974537. OLE color: 2974537.
HSL color Cylindrical-coordinate representation of color #49632D: hue angle of 88.89º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49632D is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 99 | 45 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.61 |
| HSL | 88.89º | 0.38% | 0.28% | - |
| HSV(B) | 88.89º | 0.55% | 0.39% | - |
| XYZ | 7.68 | 10.53 | 4.11 | - |
| YUV | 85.07 | 105.39 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 45 | 0.26 | 0 | 0.55 | 0.61 | 88.89 | 0.38 | 0.28 |
| Hex | 49 | 63 | 2D | 1A | 0 | 37 | 3D | 59 | 26 | 1C |
| Octal | 111 | 143 | 55 | 32 | 0 | 67 | 75 | 131 | 46 | 34 |
| Binary | 1001001 | 1100011 | 101101 | 11010 | 0 | 110111 | 111101 | 1011001 | 100110 | 11100 |
Color Harmonies of #49632D
Complementary color
Monochromatic Colors of #49632D
Black with #49632D
Text Example
Text Example
White with #49632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49632D; }
p { color: rgb(73,99,45); }
H1.HeaderClassName
{
color: #49632D;
}
.AnyTagClassName
{
color: #49632D;
}
</style>
background-color css
<style>
a { background-color: #49632D; }
a { background-color: rgb(73,99,45); }
div.DivClassName
{
background-color: #49632D;
}
.BgClassName
{
background-color: #49632D;
}
</style>
border-color css
<style>
span { border-color: #49632D; }
span { border-color: rgb(73,99,45); }
td.TdClassName
{
border-color: #49632D;
}
.TagClassName
{
border-color: #49632D;
}
</style>