Shades of Dell #48642D
Tints of Dell #48642D
RGB
CMYK
RGB Variations
Color information
#48642D (or 0x48642D) is known color: Dell. HEX triplet: 48, 64 and 2D. RGB value is (72,100,45). Sum of RGB (Red+Green+Blue) = 72+100+45=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 100 - color contains mainly: green. Hex color #48642D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48642D is #B79BD2. Grayscale: #555555. Windows color (decimal): -12032979 or 2974792. OLE color: 2974792.
HSL color Cylindrical-coordinate representation of color #48642D: hue angle of 90.55º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48642D is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 100 | 45 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.61 |
| HSL | 90.55º | 0.38% | 0.28% | - |
| HSV(B) | 90.55º | 0.55% | 0.39% | - |
| XYZ | 7.7 | 10.68 | 4.14 | - |
| YUV | 85.36 | 105.22 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 45 | 0.28 | 0 | 0.55 | 0.61 | 90.55 | 0.38 | 0.28 |
| Hex | 48 | 64 | 2D | 1C | 0 | 37 | 3D | 5B | 26 | 1C |
| Octal | 110 | 144 | 55 | 34 | 0 | 67 | 75 | 133 | 46 | 34 |
| Binary | 1001000 | 1100100 | 101101 | 11100 | 0 | 110111 | 111101 | 1011011 | 100110 | 11100 |
Color Harmonies of #48642D
Complementary color
Monochromatic Colors of #48642D
Black with #48642D
Text Example
Text Example
White with #48642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48642D; }
p { color: rgb(72,100,45); }
H1.HeaderClassName
{
color: #48642D;
}
.AnyTagClassName
{
color: #48642D;
}
</style>
background-color css
<style>
a { background-color: #48642D; }
a { background-color: rgb(72,100,45); }
div.DivClassName
{
background-color: #48642D;
}
.BgClassName
{
background-color: #48642D;
}
</style>
border-color css
<style>
span { border-color: #48642D; }
span { border-color: rgb(72,100,45); }
td.TdClassName
{
border-color: #48642D;
}
.TagClassName
{
border-color: #48642D;
}
</style>