Shades of Dell #485F37
Tints of Dell #485F37
RGB
CMYK
RGB Variations
Color information
#485F37 (or 0x485F37) is known color: Dell. HEX triplet: 48, 5F and 37. RGB value is (72,95,55). Sum of RGB (Red+Green+Blue) = 72+95+55=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 95 (37.5% from 255 or 42.79% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 95 - color contains mainly: green. Hex color #485F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F37 is #B7A0C8. Grayscale: #535353. Windows color (decimal): -12034249 or 3628872. OLE color: 3628872.
HSL color Cylindrical-coordinate representation of color #485F37: hue angle of 94.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #485F37 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 55 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.63 |
| HSL | 94.5º | 0.27% | 0.29% | - |
| HSV(B) | 94.5º | 0.42% | 0.37% | - |
| XYZ | 7.45 | 9.84 | 5.12 | - |
| YUV | 83.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 55 | 0.24 | 0 | 0.42 | 0.63 | 94.5 | 0.27 | 0.29 |
| Hex | 48 | 5F | 37 | 18 | 0 | 2A | 3F | 5E | 1B | 1D |
| Octal | 110 | 137 | 67 | 30 | 0 | 52 | 77 | 136 | 33 | 35 |
| Binary | 1001000 | 1011111 | 110111 | 11000 | 0 | 101010 | 111111 | 1011110 | 11011 | 11101 |
Color Harmonies of #485F37
Complementary color
Monochromatic Colors of #485F37
Black with #485F37
Text Example
Text Example
White with #485F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F37; }
p { color: rgb(72,95,55); }
H1.HeaderClassName
{
color: #485F37;
}
.AnyTagClassName
{
color: #485F37;
}
</style>
background-color css
<style>
a { background-color: #485F37; }
a { background-color: rgb(72,95,55); }
div.DivClassName
{
background-color: #485F37;
}
.BgClassName
{
background-color: #485F37;
}
</style>
border-color css
<style>
span { border-color: #485F37; }
span { border-color: rgb(72,95,55); }
td.TdClassName
{
border-color: #485F37;
}
.TagClassName
{
border-color: #485F37;
}
</style>