Shades of Dell #48722E
Tints of Dell #48722E
RGB
CMYK
RGB Variations
Color information
#48722E (or 0x48722E) is known color: Dell. HEX triplet: 48, 72 and 2E. RGB value is (72,114,46). Sum of RGB (Red+Green+Blue) = 72+114+46=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #48722E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48722E is #B78DD1. Grayscale: #5D5D5D. Windows color (decimal): -12029394 or 3043912. OLE color: 3043912.
HSL color Cylindrical-coordinate representation of color #48722E: hue angle of 97.06º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48722E is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 114 | 46 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.55 |
| HSL | 97.06º | 0.43% | 0.31% | - |
| HSV(B) | 97.06º | 0.6% | 0.45% | - |
| XYZ | 9.18 | 13.61 | 4.73 | - |
| YUV | 93.69 | 101.09 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 46 | 0.37 | 0 | 0.60 | 0.55 | 97.06 | 0.43 | 0.31 |
| Hex | 48 | 72 | 2E | 25 | 0 | 3C | 37 | 61 | 2A | 1F |
| Octal | 110 | 162 | 56 | 45 | 0 | 74 | 67 | 141 | 52 | 37 |
| Binary | 1001000 | 1110010 | 101110 | 100101 | 0 | 111100 | 110111 | 1100001 | 101010 | 11111 |
Color Harmonies of #48722E
Complementary color
Monochromatic Colors of #48722E
Black with #48722E
Text Example
Text Example
White with #48722E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48722E; }
p { color: rgb(72,114,46); }
H1.HeaderClassName
{
color: #48722E;
}
.AnyTagClassName
{
color: #48722E;
}
</style>
background-color css
<style>
a { background-color: #48722E; }
a { background-color: rgb(72,114,46); }
div.DivClassName
{
background-color: #48722E;
}
.BgClassName
{
background-color: #48722E;
}
</style>
border-color css
<style>
span { border-color: #48722E; }
span { border-color: rgb(72,114,46); }
td.TdClassName
{
border-color: #48722E;
}
.TagClassName
{
border-color: #48722E;
}
</style>