Shades of Dell #326212
Tints of Dell #326212
RGB
CMYK
RGB Variations
Color information
#326212 (or 0x326212) is known color: Dell. HEX triplet: 32, 62 and 12. RGB value is (50,98,18). Sum of RGB (Red+Green+Blue) = 50+98+18=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #326212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326212 is #CD9DED. Grayscale: #4A4A4A. Windows color (decimal): -13475310 or 1204786. OLE color: 1204786.
HSL color Cylindrical-coordinate representation of color #326212: hue angle of 96º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #326212 is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 98 | 18 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.62 |
| HSL | 96º | 0.69% | 0.23% | - |
| HSV(B) | 96º | 0.82% | 0.38% | - |
| XYZ | 5.79 | 9.46 | 2.09 | - |
| YUV | 74.53 | 96.1 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 18 | 0.49 | 0 | 0.82 | 0.62 | 96 | 0.69 | 0.23 |
| Hex | 32 | 62 | 12 | 31 | 0 | 52 | 3E | 60 | 45 | 17 |
| Octal | 62 | 142 | 22 | 61 | 0 | 122 | 76 | 140 | 105 | 27 |
| Binary | 110010 | 1100010 | 10010 | 110001 | 0 | 1010010 | 111110 | 1100000 | 1000101 | 10111 |
Color Harmonies of #326212
Complementary color
Monochromatic Colors of #326212
Black with #326212
Text Example
Text Example
White with #326212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326212; }
p { color: rgb(50,98,18); }
H1.HeaderClassName
{
color: #326212;
}
.AnyTagClassName
{
color: #326212;
}
</style>
background-color css
<style>
a { background-color: #326212; }
a { background-color: rgb(50,98,18); }
div.DivClassName
{
background-color: #326212;
}
.BgClassName
{
background-color: #326212;
}
</style>
border-color css
<style>
span { border-color: #326212; }
span { border-color: rgb(50,98,18); }
td.TdClassName
{
border-color: #326212;
}
.TagClassName
{
border-color: #326212;
}
</style>