Shades of Dell #325F12
Tints of Dell #325F12
RGB
CMYK
RGB Variations
Color information
#325F12 (or 0x325F12) is known color: Dell. HEX triplet: 32, 5F and 12. RGB value is (50,95,18). Sum of RGB (Red+Green+Blue) = 50+95+18=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 95 (37.5% from 255 or 58.28% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 95 - color contains mainly: green. Hex color #325F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325F12 is #CDA0ED. Grayscale: #494949. Windows color (decimal): -13476078 or 1204018. OLE color: 1204018.
HSL color Cylindrical-coordinate representation of color #325F12: hue angle of 95.06º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #325F12 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 95 | 18 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.63 |
| HSL | 95.06º | 0.68% | 0.22% | - |
| HSV(B) | 95.06º | 0.81% | 0.37% | - |
| XYZ | 5.52 | 8.91 | 2 | - |
| YUV | 72.77 | 97.09 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 18 | 0.47 | 0 | 0.81 | 0.63 | 95.06 | 0.68 | 0.22 |
| Hex | 32 | 5F | 12 | 2F | 0 | 51 | 3F | 5F | 44 | 16 |
| Octal | 62 | 137 | 22 | 57 | 0 | 121 | 77 | 137 | 104 | 26 |
| Binary | 110010 | 1011111 | 10010 | 101111 | 0 | 1010001 | 111111 | 1011111 | 1000100 | 10110 |
Color Harmonies of #325F12
Complementary color
Monochromatic Colors of #325F12
Black with #325F12
Text Example
Text Example
White with #325F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F12; }
p { color: rgb(50,95,18); }
H1.HeaderClassName
{
color: #325F12;
}
.AnyTagClassName
{
color: #325F12;
}
</style>
background-color css
<style>
a { background-color: #325F12; }
a { background-color: rgb(50,95,18); }
div.DivClassName
{
background-color: #325F12;
}
.BgClassName
{
background-color: #325F12;
}
</style>
border-color css
<style>
span { border-color: #325F12; }
span { border-color: rgb(50,95,18); }
td.TdClassName
{
border-color: #325F12;
}
.TagClassName
{
border-color: #325F12;
}
</style>