Shades of Dell #356411
Tints of Dell #356411
RGB
CMYK
RGB Variations
Color information
#356411 (or 0x356411) is known color: Dell. HEX triplet: 35, 64 and 11. RGB value is (53,100,17). Sum of RGB (Red+Green+Blue) = 53+100+17=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #356411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356411 is #CA9BEE. Grayscale: #4C4C4C. Windows color (decimal): -13278191 or 1139765. OLE color: 1139765.
HSL color Cylindrical-coordinate representation of color #356411: hue angle of 93.98º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #356411 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 100 | 17 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.61 |
| HSL | 93.98º | 0.71% | 0.23% | - |
| HSV(B) | 93.98º | 0.83% | 0.39% | - |
| XYZ | 6.13 | 9.91 | 2.12 | - |
| YUV | 76.49 | 94.43 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 17 | 0.47 | 0 | 0.83 | 0.61 | 93.98 | 0.71 | 0.23 |
| Hex | 35 | 64 | 11 | 2F | 0 | 53 | 3D | 5E | 47 | 17 |
| Octal | 65 | 144 | 21 | 57 | 0 | 123 | 75 | 136 | 107 | 27 |
| Binary | 110101 | 1100100 | 10001 | 101111 | 0 | 1010011 | 111101 | 1011110 | 1000111 | 10111 |
Color Harmonies of #356411
Complementary color
Monochromatic Colors of #356411
Black with #356411
Text Example
Text Example
White with #356411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356411; }
p { color: rgb(53,100,17); }
H1.HeaderClassName
{
color: #356411;
}
.AnyTagClassName
{
color: #356411;
}
</style>
background-color css
<style>
a { background-color: #356411; }
a { background-color: rgb(53,100,17); }
div.DivClassName
{
background-color: #356411;
}
.BgClassName
{
background-color: #356411;
}
</style>
border-color css
<style>
span { border-color: #356411; }
span { border-color: rgb(53,100,17); }
td.TdClassName
{
border-color: #356411;
}
.TagClassName
{
border-color: #356411;
}
</style>