Shades of Dell #486D2A
Tints of Dell #486D2A
RGB
CMYK
RGB Variations
Color information
#486D2A (or 0x486D2A) is known color: Dell. HEX triplet: 48, 6D and 2A. RGB value is (72,109,42). Sum of RGB (Red+Green+Blue) = 72+109+42=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 109 - color contains mainly: green. Hex color #486D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486D2A is #B792D5. Grayscale: #5A5A5A. Windows color (decimal): -12030678 or 2780488. OLE color: 2780488.
HSL color Cylindrical-coordinate representation of color #486D2A: hue angle of 93.13º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #486D2A is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 109 | 42 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.57 |
| HSL | 93.13º | 0.44% | 0.3% | - |
| HSV(B) | 93.13º | 0.61% | 0.43% | - |
| XYZ | 8.56 | 12.48 | 4.15 | - |
| YUV | 90.3 | 100.74 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 42 | 0.34 | 0 | 0.61 | 0.57 | 93.13 | 0.44 | 0.3 |
| Hex | 48 | 6D | 2A | 22 | 0 | 3D | 39 | 5D | 2C | 1E |
| Octal | 110 | 155 | 52 | 42 | 0 | 75 | 71 | 135 | 54 | 36 |
| Binary | 1001000 | 1101101 | 101010 | 100010 | 0 | 111101 | 111001 | 1011101 | 101100 | 11110 |
Color Harmonies of #486D2A
Complementary color
Monochromatic Colors of #486D2A
Black with #486D2A
Text Example
Text Example
White with #486D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D2A; }
p { color: rgb(72,109,42); }
H1.HeaderClassName
{
color: #486D2A;
}
.AnyTagClassName
{
color: #486D2A;
}
</style>
background-color css
<style>
a { background-color: #486D2A; }
a { background-color: rgb(72,109,42); }
div.DivClassName
{
background-color: #486D2A;
}
.BgClassName
{
background-color: #486D2A;
}
</style>
border-color css
<style>
span { border-color: #486D2A; }
span { border-color: rgb(72,109,42); }
td.TdClassName
{
border-color: #486D2A;
}
.TagClassName
{
border-color: #486D2A;
}
</style>