Shades of Dell #49752B
Tints of Dell #49752B
RGB
CMYK
RGB Variations
Color information
#49752B (or 0x49752B) is known color: Dell. HEX triplet: 49, 75 and 2B. RGB value is (73,117,43). Sum of RGB (Red+Green+Blue) = 73+117+43=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #49752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49752B is #B68AD4. Grayscale: #5F5F5F. Windows color (decimal): -11963093 or 2848073. OLE color: 2848073.
HSL color Cylindrical-coordinate representation of color #49752B: hue angle of 95.68º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49752B is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 117 | 43 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.54 |
| HSL | 95.68º | 0.46% | 0.31% | - |
| HSV(B) | 95.68º | 0.63% | 0.46% | - |
| XYZ | 9.54 | 14.31 | 4.55 | - |
| YUV | 95.41 | 98.42 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 43 | 0.38 | 0 | 0.63 | 0.54 | 95.68 | 0.46 | 0.31 |
| Hex | 49 | 75 | 2B | 26 | 0 | 3F | 36 | 60 | 2E | 1F |
| Octal | 111 | 165 | 53 | 46 | 0 | 77 | 66 | 140 | 56 | 37 |
| Binary | 1001001 | 1110101 | 101011 | 100110 | 0 | 111111 | 110110 | 1100000 | 101110 | 11111 |
Color Harmonies of #49752B
Complementary color
Monochromatic Colors of #49752B
Black with #49752B
Text Example
Text Example
White with #49752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49752B; }
p { color: rgb(73,117,43); }
H1.HeaderClassName
{
color: #49752B;
}
.AnyTagClassName
{
color: #49752B;
}
</style>
background-color css
<style>
a { background-color: #49752B; }
a { background-color: rgb(73,117,43); }
div.DivClassName
{
background-color: #49752B;
}
.BgClassName
{
background-color: #49752B;
}
</style>
border-color css
<style>
span { border-color: #49752B; }
span { border-color: rgb(73,117,43); }
td.TdClassName
{
border-color: #49752B;
}
.TagClassName
{
border-color: #49752B;
}
</style>