Shades of Dell #356017
Tints of Dell #356017
RGB
CMYK
RGB Variations
Color information
#356017 (or 0x356017) is known color: Dell. HEX triplet: 35, 60 and 17. RGB value is (53,96,23). Sum of RGB (Red+Green+Blue) = 53+96+23=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #356017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356017 is #CA9FE8. Grayscale: #4B4B4B. Windows color (decimal): -13279209 or 1531957. OLE color: 1531957.
HSL color Cylindrical-coordinate representation of color #356017: hue angle of 95.34º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #356017 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 96 | 23 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.62 |
| HSL | 95.34º | 0.61% | 0.23% | - |
| HSV(B) | 95.34º | 0.76% | 0.38% | - |
| XYZ | 5.81 | 9.18 | 2.28 | - |
| YUV | 74.82 | 98.75 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 96 | 23 | 0.45 | 0 | 0.76 | 0.62 | 95.34 | 0.61 | 0.23 |
| Hex | 35 | 60 | 17 | 2D | 0 | 4C | 3E | 5F | 3D | 17 |
| Octal | 65 | 140 | 27 | 55 | 0 | 114 | 76 | 137 | 75 | 27 |
| Binary | 110101 | 1100000 | 10111 | 101101 | 0 | 1001100 | 111110 | 1011111 | 111101 | 10111 |
Color Harmonies of #356017
Complementary color
Monochromatic Colors of #356017
Black with #356017
Text Example
Text Example
White with #356017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356017; }
p { color: rgb(53,96,23); }
H1.HeaderClassName
{
color: #356017;
}
.AnyTagClassName
{
color: #356017;
}
</style>
background-color css
<style>
a { background-color: #356017; }
a { background-color: rgb(53,96,23); }
div.DivClassName
{
background-color: #356017;
}
.BgClassName
{
background-color: #356017;
}
</style>
border-color css
<style>
span { border-color: #356017; }
span { border-color: rgb(53,96,23); }
td.TdClassName
{
border-color: #356017;
}
.TagClassName
{
border-color: #356017;
}
</style>