Shades of Dell #326412
Tints of Dell #326412
RGB
CMYK
RGB Variations
Color information
#326412 (or 0x326412) is known color: Dell. HEX triplet: 32, 64 and 12. RGB value is (50,100,18). Sum of RGB (Red+Green+Blue) = 50+100+18=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 100 (39.45% from 255 or 59.52% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 100 - color contains mainly: green. Hex color #326412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326412 is #CD9BED. Grayscale: #4B4B4B. Windows color (decimal): -13474798 or 1205298. OLE color: 1205298.
HSL color Cylindrical-coordinate representation of color #326412: hue angle of 96.59º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #326412 is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 100 | 18 | - |
| CMYK | 0.50 | 0 | 0.82 | 0.61 |
| HSL | 96.59º | 0.69% | 0.23% | - |
| HSV(B) | 96.59º | 0.82% | 0.39% | - |
| XYZ | 5.98 | 9.84 | 2.16 | - |
| YUV | 75.7 | 95.44 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 18 | 0.50 | 0 | 0.82 | 0.61 | 96.59 | 0.69 | 0.23 |
| Hex | 32 | 64 | 12 | 32 | 0 | 52 | 3D | 61 | 45 | 17 |
| Octal | 62 | 144 | 22 | 62 | 0 | 122 | 75 | 141 | 105 | 27 |
| Binary | 110010 | 1100100 | 10010 | 110010 | 0 | 1010010 | 111101 | 1100001 | 1000101 | 10111 |
Color Harmonies of #326412
Complementary color
Monochromatic Colors of #326412
Black with #326412
Text Example
Text Example
White with #326412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326412; }
p { color: rgb(50,100,18); }
H1.HeaderClassName
{
color: #326412;
}
.AnyTagClassName
{
color: #326412;
}
</style>
background-color css
<style>
a { background-color: #326412; }
a { background-color: rgb(50,100,18); }
div.DivClassName
{
background-color: #326412;
}
.BgClassName
{
background-color: #326412;
}
</style>
border-color css
<style>
span { border-color: #326412; }
span { border-color: rgb(50,100,18); }
td.TdClassName
{
border-color: #326412;
}
.TagClassName
{
border-color: #326412;
}
</style>