Shades of Dell #485F30
Tints of Dell #485F30
RGB
CMYK
RGB Variations
Color information
#485F30 (or 0x485F30) is known color: Dell. HEX triplet: 48, 5F and 30. RGB value is (72,95,48). Sum of RGB (Red+Green+Blue) = 72+95+48=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #485F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F30 is #B7A0CF. Grayscale: #525252. Windows color (decimal): -12034256 or 3170120. OLE color: 3170120.
HSL color Cylindrical-coordinate representation of color #485F30: hue angle of 89.36º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #485F30 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 48 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.63 |
| HSL | 89.36º | 0.33% | 0.28% | - |
| HSV(B) | 89.36º | 0.49% | 0.37% | - |
| XYZ | 7.3 | 9.78 | 4.3 | - |
| YUV | 82.77 | 108.38 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 48 | 0.24 | 0 | 0.49 | 0.63 | 89.36 | 0.33 | 0.28 |
| Hex | 48 | 5F | 30 | 18 | 0 | 31 | 3F | 59 | 21 | 1C |
| Octal | 110 | 137 | 60 | 30 | 0 | 61 | 77 | 131 | 41 | 34 |
| Binary | 1001000 | 1011111 | 110000 | 11000 | 0 | 110001 | 111111 | 1011001 | 100001 | 11100 |
Color Harmonies of #485F30
Complementary color
Monochromatic Colors of #485F30
Black with #485F30
Text Example
Text Example
White with #485F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F30; }
p { color: rgb(72,95,48); }
H1.HeaderClassName
{
color: #485F30;
}
.AnyTagClassName
{
color: #485F30;
}
</style>
background-color css
<style>
a { background-color: #485F30; }
a { background-color: rgb(72,95,48); }
div.DivClassName
{
background-color: #485F30;
}
.BgClassName
{
background-color: #485F30;
}
</style>
border-color css
<style>
span { border-color: #485F30; }
span { border-color: rgb(72,95,48); }
td.TdClassName
{
border-color: #485F30;
}
.TagClassName
{
border-color: #485F30;
}
</style>