Shades of Dell #486332
Tints of Dell #486332
RGB
CMYK
RGB Variations
Color information
#486332 (or 0x486332) is known color: Dell. HEX triplet: 48, 63 and 32. RGB value is (72,99,50). Sum of RGB (Red+Green+Blue) = 72+99+50=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #486332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486332 is #B79CCD. Grayscale: #555555. Windows color (decimal): -12033230 or 3302216. OLE color: 3302216.
HSL color Cylindrical-coordinate representation of color #486332: hue angle of 93.06º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #486332 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 99 | 50 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.61 |
| HSL | 93.06º | 0.33% | 0.29% | - |
| HSV(B) | 93.06º | 0.49% | 0.39% | - |
| XYZ | 7.71 | 10.53 | 4.64 | - |
| YUV | 85.34 | 108.05 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 50 | 0.27 | 0 | 0.49 | 0.61 | 93.06 | 0.33 | 0.29 |
| Hex | 48 | 63 | 32 | 1B | 0 | 31 | 3D | 5D | 21 | 1D |
| Octal | 110 | 143 | 62 | 33 | 0 | 61 | 75 | 135 | 41 | 35 |
| Binary | 1001000 | 1100011 | 110010 | 11011 | 0 | 110001 | 111101 | 1011101 | 100001 | 11101 |
Color Harmonies of #486332
Complementary color
Monochromatic Colors of #486332
Black with #486332
Text Example
Text Example
White with #486332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486332; }
p { color: rgb(72,99,50); }
H1.HeaderClassName
{
color: #486332;
}
.AnyTagClassName
{
color: #486332;
}
</style>
background-color css
<style>
a { background-color: #486332; }
a { background-color: rgb(72,99,50); }
div.DivClassName
{
background-color: #486332;
}
.BgClassName
{
background-color: #486332;
}
</style>
border-color css
<style>
span { border-color: #486332; }
span { border-color: rgb(72,99,50); }
td.TdClassName
{
border-color: #486332;
}
.TagClassName
{
border-color: #486332;
}
</style>