Shades of Dell #49633C
Tints of Dell #49633C
RGB
CMYK
RGB Variations
Color information
#49633C (or 0x49633C) is known color: Dell. HEX triplet: 49, 63 and 3C. RGB value is (73,99,60). Sum of RGB (Red+Green+Blue) = 73+99+60=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #49633C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49633C is #B69CC3. Grayscale: #565656. Windows color (decimal): -11967684 or 3957577. OLE color: 3957577.
HSL color Cylindrical-coordinate representation of color #49633C: hue angle of 100º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #49633C is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 99 | 60 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.61 |
| HSL | 100º | 0.25% | 0.31% | - |
| HSV(B) | 100º | 0.39% | 0.39% | - |
| XYZ | 8.03 | 10.67 | 5.91 | - |
| YUV | 86.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 60 | 0.26 | 0 | 0.39 | 0.61 | 100 | 0.25 | 0.31 |
| Hex | 49 | 63 | 3C | 1A | 0 | 27 | 3D | 64 | 19 | 1F |
| Octal | 111 | 143 | 74 | 32 | 0 | 47 | 75 | 144 | 31 | 37 |
| Binary | 1001001 | 1100011 | 111100 | 11010 | 0 | 100111 | 111101 | 1100100 | 11001 | 11111 |
Color Harmonies of #49633C
Complementary color
Monochromatic Colors of #49633C
Black with #49633C
Text Example
Text Example
White with #49633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49633C; }
p { color: rgb(73,99,60); }
H1.HeaderClassName
{
color: #49633C;
}
.AnyTagClassName
{
color: #49633C;
}
</style>
background-color css
<style>
a { background-color: #49633C; }
a { background-color: rgb(73,99,60); }
div.DivClassName
{
background-color: #49633C;
}
.BgClassName
{
background-color: #49633C;
}
</style>
border-color css
<style>
span { border-color: #49633C; }
span { border-color: rgb(73,99,60); }
td.TdClassName
{
border-color: #49633C;
}
.TagClassName
{
border-color: #49633C;
}
</style>