Shades of Dell #48712E
Tints of Dell #48712E
RGB
CMYK
RGB Variations
Color information
#48712E (or 0x48712E) is known color: Dell. HEX triplet: 48, 71 and 2E. RGB value is (72,113,46). Sum of RGB (Red+Green+Blue) = 72+113+46=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #48712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48712E is #B78ED1. Grayscale: #5D5D5D. Windows color (decimal): -12029650 or 3043656. OLE color: 3043656.
HSL color Cylindrical-coordinate representation of color #48712E: hue angle of 96.72º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48712E is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 113 | 46 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.56 |
| HSL | 96.72º | 0.42% | 0.31% | - |
| HSV(B) | 96.72º | 0.59% | 0.44% | - |
| XYZ | 9.07 | 13.39 | 4.69 | - |
| YUV | 93.1 | 101.42 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 46 | 0.36 | 0 | 0.59 | 0.56 | 96.72 | 0.42 | 0.31 |
| Hex | 48 | 71 | 2E | 24 | 0 | 3B | 38 | 61 | 2A | 1F |
| Octal | 110 | 161 | 56 | 44 | 0 | 73 | 70 | 141 | 52 | 37 |
| Binary | 1001000 | 1110001 | 101110 | 100100 | 0 | 111011 | 111000 | 1100001 | 101010 | 11111 |
Color Harmonies of #48712E
Complementary color
Monochromatic Colors of #48712E
Black with #48712E
Text Example
Text Example
White with #48712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48712E; }
p { color: rgb(72,113,46); }
H1.HeaderClassName
{
color: #48712E;
}
.AnyTagClassName
{
color: #48712E;
}
</style>
background-color css
<style>
a { background-color: #48712E; }
a { background-color: rgb(72,113,46); }
div.DivClassName
{
background-color: #48712E;
}
.BgClassName
{
background-color: #48712E;
}
</style>
border-color css
<style>
span { border-color: #48712E; }
span { border-color: rgb(72,113,46); }
td.TdClassName
{
border-color: #48712E;
}
.TagClassName
{
border-color: #48712E;
}
</style>