Shades of Dell #485A37
Tints of Dell #485A37
RGB
CMYK
RGB Variations
Color information
#485A37 (or 0x485A37) is known color: Dell. HEX triplet: 48, 5A and 37. RGB value is (72,90,55). Sum of RGB (Red+Green+Blue) = 72+90+55=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 90 - color contains mainly: green. Hex color #485A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A37 is #B7A5C8. Grayscale: #505050. Windows color (decimal): -12035529 or 3627592. OLE color: 3627592.
HSL color Cylindrical-coordinate representation of color #485A37: hue angle of 90.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485A37 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 90 | 55 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.65 |
| HSL | 90.86º | 0.24% | 0.28% | - |
| HSV(B) | 90.86º | 0.39% | 0.35% | - |
| XYZ | 7.02 | 8.97 | 4.98 | - |
| YUV | 80.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 55 | 0.20 | 0 | 0.39 | 0.65 | 90.86 | 0.24 | 0.28 |
| Hex | 48 | 5A | 37 | 14 | 0 | 27 | 41 | 5B | 18 | 1C |
| Octal | 110 | 132 | 67 | 24 | 0 | 47 | 101 | 133 | 30 | 34 |
| Binary | 1001000 | 1011010 | 110111 | 10100 | 0 | 100111 | 1000001 | 1011011 | 11000 | 11100 |
Color Harmonies of #485A37
Complementary color
Monochromatic Colors of #485A37
Black with #485A37
Text Example
Text Example
White with #485A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A37; }
p { color: rgb(72,90,55); }
H1.HeaderClassName
{
color: #485A37;
}
.AnyTagClassName
{
color: #485A37;
}
</style>
background-color css
<style>
a { background-color: #485A37; }
a { background-color: rgb(72,90,55); }
div.DivClassName
{
background-color: #485A37;
}
.BgClassName
{
background-color: #485A37;
}
</style>
border-color css
<style>
span { border-color: #485A37; }
span { border-color: rgb(72,90,55); }
td.TdClassName
{
border-color: #485A37;
}
.TagClassName
{
border-color: #485A37;
}
</style>