Shades of Dell #48622F
Tints of Dell #48622F
RGB
CMYK
RGB Variations
Color information
#48622F (or 0x48622F) is known color: Dell. HEX triplet: 48, 62 and 2F. RGB value is (72,98,47). Sum of RGB (Red+Green+Blue) = 72+98+47=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #48622F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48622F is #B79DD0. Grayscale: #545454. Windows color (decimal): -12033489 or 3105352. OLE color: 3105352.
HSL color Cylindrical-coordinate representation of color #48622F: hue angle of 90.59º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48622F is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 98 | 47 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.62 |
| HSL | 90.59º | 0.35% | 0.28% | - |
| HSV(B) | 90.59º | 0.52% | 0.38% | - |
| XYZ | 7.55 | 10.32 | 4.28 | - |
| YUV | 84.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 47 | 0.27 | 0 | 0.52 | 0.62 | 90.59 | 0.35 | 0.28 |
| Hex | 48 | 62 | 2F | 1B | 0 | 34 | 3E | 5B | 23 | 1C |
| Octal | 110 | 142 | 57 | 33 | 0 | 64 | 76 | 133 | 43 | 34 |
| Binary | 1001000 | 1100010 | 101111 | 11011 | 0 | 110100 | 111110 | 1011011 | 100011 | 11100 |
Color Harmonies of #48622F
Complementary color
Monochromatic Colors of #48622F
Black with #48622F
Text Example
Text Example
White with #48622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48622F; }
p { color: rgb(72,98,47); }
H1.HeaderClassName
{
color: #48622F;
}
.AnyTagClassName
{
color: #48622F;
}
</style>
background-color css
<style>
a { background-color: #48622F; }
a { background-color: rgb(72,98,47); }
div.DivClassName
{
background-color: #48622F;
}
.BgClassName
{
background-color: #48622F;
}
</style>
border-color css
<style>
span { border-color: #48622F; }
span { border-color: rgb(72,98,47); }
td.TdClassName
{
border-color: #48622F;
}
.TagClassName
{
border-color: #48622F;
}
</style>