Shades of Dell #48742E
Tints of Dell #48742E
RGB
CMYK
RGB Variations
Color information
#48742E (or 0x48742E) is known color: Dell. HEX triplet: 48, 74 and 2E. RGB value is (72,116,46). Sum of RGB (Red+Green+Blue) = 72+116+46=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #48742E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48742E is #B78BD1. Grayscale: #5F5F5F. Windows color (decimal): -12028882 or 3044424. OLE color: 3044424.
HSL color Cylindrical-coordinate representation of color #48742E: hue angle of 97.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48742E is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 116 | 46 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.55 |
| HSL | 97.71º | 0.43% | 0.32% | - |
| HSV(B) | 97.71º | 0.6% | 0.45% | - |
| XYZ | 9.41 | 14.07 | 4.8 | - |
| YUV | 94.86 | 100.42 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 116 | 46 | 0.38 | 0 | 0.60 | 0.55 | 97.71 | 0.43 | 0.32 |
| Hex | 48 | 74 | 2E | 26 | 0 | 3C | 37 | 62 | 2B | 20 |
| Octal | 110 | 164 | 56 | 46 | 0 | 74 | 67 | 142 | 53 | 40 |
| Binary | 1001000 | 1110100 | 101110 | 100110 | 0 | 111100 | 110111 | 1100010 | 101011 | 100000 |
Color Harmonies of #48742E
Complementary color
Monochromatic Colors of #48742E
Black with #48742E
Text Example
Text Example
White with #48742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48742E; }
p { color: rgb(72,116,46); }
H1.HeaderClassName
{
color: #48742E;
}
.AnyTagClassName
{
color: #48742E;
}
</style>
background-color css
<style>
a { background-color: #48742E; }
a { background-color: rgb(72,116,46); }
div.DivClassName
{
background-color: #48742E;
}
.BgClassName
{
background-color: #48742E;
}
</style>
border-color css
<style>
span { border-color: #48742E; }
span { border-color: rgb(72,116,46); }
td.TdClassName
{
border-color: #48742E;
}
.TagClassName
{
border-color: #48742E;
}
</style>