Shades of Dell #486F24
Tints of Dell #486F24
RGB
CMYK
RGB Variations
Color information
#486F24 (or 0x486F24) is known color: Dell. HEX triplet: 48, 6F and 24. RGB value is (72,111,36). Sum of RGB (Red+Green+Blue) = 72+111+36=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #486F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F24 is #B790DB. Grayscale: #5B5B5B. Windows color (decimal): -12030172 or 2387784. OLE color: 2387784.
HSL color Cylindrical-coordinate representation of color #486F24: hue angle of 91.2º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #486F24 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 36 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.56 |
| HSL | 91.2º | 0.51% | 0.29% | - |
| HSV(B) | 91.2º | 0.68% | 0.44% | - |
| XYZ | 8.68 | 12.87 | 3.7 | - |
| YUV | 90.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 36 | 0.35 | 0 | 0.68 | 0.56 | 91.2 | 0.51 | 0.29 |
| Hex | 48 | 6F | 24 | 23 | 0 | 44 | 38 | 5B | 33 | 1D |
| Octal | 110 | 157 | 44 | 43 | 0 | 104 | 70 | 133 | 63 | 35 |
| Binary | 1001000 | 1101111 | 100100 | 100011 | 0 | 1000100 | 111000 | 1011011 | 110011 | 11101 |
Color Harmonies of #486F24
Complementary color
Monochromatic Colors of #486F24
Black with #486F24
Text Example
Text Example
White with #486F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F24; }
p { color: rgb(72,111,36); }
H1.HeaderClassName
{
color: #486F24;
}
.AnyTagClassName
{
color: #486F24;
}
</style>
background-color css
<style>
a { background-color: #486F24; }
a { background-color: rgb(72,111,36); }
div.DivClassName
{
background-color: #486F24;
}
.BgClassName
{
background-color: #486F24;
}
</style>
border-color css
<style>
span { border-color: #486F24; }
span { border-color: rgb(72,111,36); }
td.TdClassName
{
border-color: #486F24;
}
.TagClassName
{
border-color: #486F24;
}
</style>