Shades of Dell #486235
Tints of Dell #486235
RGB
CMYK
RGB Variations
Color information
#486235 (or 0x486235) is known color: Dell. HEX triplet: 48, 62 and 35. RGB value is (72,98,53). Sum of RGB (Red+Green+Blue) = 72+98+53=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #486235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486235 is #B79DCA. Grayscale: #555555. Windows color (decimal): -12033483 or 3498568. OLE color: 3498568.
HSL color Cylindrical-coordinate representation of color #486235: hue angle of 94.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #486235 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 98 | 53 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.62 |
| HSL | 94.67º | 0.3% | 0.3% | - |
| HSV(B) | 94.67º | 0.46% | 0.38% | - |
| XYZ | 7.68 | 10.37 | 4.96 | - |
| YUV | 85.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 53 | 0.27 | 0 | 0.46 | 0.62 | 94.67 | 0.3 | 0.3 |
| Hex | 48 | 62 | 35 | 1B | 0 | 2E | 3E | 5F | 1E | 1E |
| Octal | 110 | 142 | 65 | 33 | 0 | 56 | 76 | 137 | 36 | 36 |
| Binary | 1001000 | 1100010 | 110101 | 11011 | 0 | 101110 | 111110 | 1011111 | 11110 | 11110 |
Color Harmonies of #486235
Complementary color
Monochromatic Colors of #486235
Black with #486235
Text Example
Text Example
White with #486235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486235; }
p { color: rgb(72,98,53); }
H1.HeaderClassName
{
color: #486235;
}
.AnyTagClassName
{
color: #486235;
}
</style>
background-color css
<style>
a { background-color: #486235; }
a { background-color: rgb(72,98,53); }
div.DivClassName
{
background-color: #486235;
}
.BgClassName
{
background-color: #486235;
}
</style>
border-color css
<style>
span { border-color: #486235; }
span { border-color: rgb(72,98,53); }
td.TdClassName
{
border-color: #486235;
}
.TagClassName
{
border-color: #486235;
}
</style>