Shades of Dell #356013
Tints of Dell #356013
RGB
CMYK
RGB Variations
Color information
#356013 (or 0x356013) is known color: Dell. HEX triplet: 35, 60 and 13. RGB value is (53,96,19). Sum of RGB (Red+Green+Blue) = 53+96+19=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #356013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356013 is #CA9FEC. Grayscale: #4A4A4A. Windows color (decimal): -13279213 or 1269813. OLE color: 1269813.
HSL color Cylindrical-coordinate representation of color #356013: hue angle of 93.51º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #356013 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 96 | 19 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.62 |
| HSL | 93.51º | 0.67% | 0.23% | - |
| HSV(B) | 93.51º | 0.8% | 0.38% | - |
| XYZ | 5.77 | 9.17 | 2.08 | - |
| YUV | 74.37 | 96.75 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 96 | 19 | 0.45 | 0 | 0.80 | 0.62 | 93.51 | 0.67 | 0.23 |
| Hex | 35 | 60 | 13 | 2D | 0 | 50 | 3E | 5E | 43 | 17 |
| Octal | 65 | 140 | 23 | 55 | 0 | 120 | 76 | 136 | 103 | 27 |
| Binary | 110101 | 1100000 | 10011 | 101101 | 0 | 1010000 | 111110 | 1011110 | 1000011 | 10111 |
Color Harmonies of #356013
Complementary color
Monochromatic Colors of #356013
Black with #356013
Text Example
Text Example
White with #356013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356013; }
p { color: rgb(53,96,19); }
H1.HeaderClassName
{
color: #356013;
}
.AnyTagClassName
{
color: #356013;
}
</style>
background-color css
<style>
a { background-color: #356013; }
a { background-color: rgb(53,96,19); }
div.DivClassName
{
background-color: #356013;
}
.BgClassName
{
background-color: #356013;
}
</style>
border-color css
<style>
span { border-color: #356013; }
span { border-color: rgb(53,96,19); }
td.TdClassName
{
border-color: #356013;
}
.TagClassName
{
border-color: #356013;
}
</style>