Shades of Dell #356016
Tints of Dell #356016
RGB
CMYK
RGB Variations
Color information
#356016 (or 0x356016) is known color: Dell. HEX triplet: 35, 60 and 16. RGB value is (53,96,22). Sum of RGB (Red+Green+Blue) = 53+96+22=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #356016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356016 is #CA9FE9. Grayscale: #4A4A4A. Windows color (decimal): -13279210 or 1466421. OLE color: 1466421.
HSL color Cylindrical-coordinate representation of color #356016: hue angle of 94.86º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #356016 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 96 | 22 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.62 |
| HSL | 94.86º | 0.63% | 0.23% | - |
| HSV(B) | 94.86º | 0.77% | 0.38% | - |
| XYZ | 5.8 | 9.18 | 2.23 | - |
| YUV | 74.71 | 98.25 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 96 | 22 | 0.45 | 0 | 0.77 | 0.62 | 94.86 | 0.63 | 0.23 |
| Hex | 35 | 60 | 16 | 2D | 0 | 4D | 3E | 5F | 3F | 17 |
| Octal | 65 | 140 | 26 | 55 | 0 | 115 | 76 | 137 | 77 | 27 |
| Binary | 110101 | 1100000 | 10110 | 101101 | 0 | 1001101 | 111110 | 1011111 | 111111 | 10111 |
Color Harmonies of #356016
Complementary color
Monochromatic Colors of #356016
Black with #356016
Text Example
Text Example
White with #356016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356016; }
p { color: rgb(53,96,22); }
H1.HeaderClassName
{
color: #356016;
}
.AnyTagClassName
{
color: #356016;
}
</style>
background-color css
<style>
a { background-color: #356016; }
a { background-color: rgb(53,96,22); }
div.DivClassName
{
background-color: #356016;
}
.BgClassName
{
background-color: #356016;
}
</style>
border-color css
<style>
span { border-color: #356016; }
span { border-color: rgb(53,96,22); }
td.TdClassName
{
border-color: #356016;
}
.TagClassName
{
border-color: #356016;
}
</style>