Shades of Dell #486A38
Tints of Dell #486A38
RGB
CMYK
RGB Variations
Color information
#486A38 (or 0x486A38) is known color: Dell. HEX triplet: 48, 6A and 38. RGB value is (72,106,56). Sum of RGB (Red+Green+Blue) = 72+106+56=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #486A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486A38 is #B795C7. Grayscale: #5A5A5A. Windows color (decimal): -12031432 or 3697224. OLE color: 3697224.
HSL color Cylindrical-coordinate representation of color #486A38: hue angle of 100.8º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #486A38 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 106 | 56 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.58 |
| HSL | 100.8º | 0.31% | 0.32% | - |
| HSV(B) | 100.8º | 0.47% | 0.42% | - |
| XYZ | 8.54 | 11.97 | 5.6 | - |
| YUV | 90.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 56 | 0.32 | 0 | 0.47 | 0.58 | 100.8 | 0.31 | 0.32 |
| Hex | 48 | 6A | 38 | 20 | 0 | 2F | 3A | 65 | 1F | 20 |
| Octal | 110 | 152 | 70 | 40 | 0 | 57 | 72 | 145 | 37 | 40 |
| Binary | 1001000 | 1101010 | 111000 | 100000 | 0 | 101111 | 111010 | 1100101 | 11111 | 100000 |
Color Harmonies of #486A38
Complementary color
Monochromatic Colors of #486A38
Black with #486A38
Text Example
Text Example
White with #486A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486A38; }
p { color: rgb(72,106,56); }
H1.HeaderClassName
{
color: #486A38;
}
.AnyTagClassName
{
color: #486A38;
}
</style>
background-color css
<style>
a { background-color: #486A38; }
a { background-color: rgb(72,106,56); }
div.DivClassName
{
background-color: #486A38;
}
.BgClassName
{
background-color: #486A38;
}
</style>
border-color css
<style>
span { border-color: #486A38; }
span { border-color: rgb(72,106,56); }
td.TdClassName
{
border-color: #486A38;
}
.TagClassName
{
border-color: #486A38;
}
</style>