Shades of Dell #366210
Tints of Dell #366210
RGB
CMYK
RGB Variations
Color information
#366210 (or 0x366210) is known color: Dell. HEX triplet: 36, 62 and 10. RGB value is (54,98,16). Sum of RGB (Red+Green+Blue) = 54+98+16=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #366210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366210 is #C99DEF. Grayscale: #4B4B4B. Windows color (decimal): -13213168 or 1073718. OLE color: 1073718.
HSL color Cylindrical-coordinate representation of color #366210: hue angle of 92.2º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #366210 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 98 | 16 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.62 |
| HSL | 92.2º | 0.72% | 0.22% | - |
| HSV(B) | 92.2º | 0.84% | 0.38% | - |
| XYZ | 5.98 | 9.56 | 2.02 | - |
| YUV | 75.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 16 | 0.45 | 0 | 0.84 | 0.62 | 92.2 | 0.72 | 0.22 |
| Hex | 36 | 62 | 10 | 2D | 0 | 54 | 3E | 5C | 48 | 16 |
| Octal | 66 | 142 | 20 | 55 | 0 | 124 | 76 | 134 | 110 | 26 |
| Binary | 110110 | 1100010 | 10000 | 101101 | 0 | 1010100 | 111110 | 1011100 | 1001000 | 10110 |
Color Harmonies of #366210
Complementary color
Monochromatic Colors of #366210
Black with #366210
Text Example
Text Example
White with #366210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366210; }
p { color: rgb(54,98,16); }
H1.HeaderClassName
{
color: #366210;
}
.AnyTagClassName
{
color: #366210;
}
</style>
background-color css
<style>
a { background-color: #366210; }
a { background-color: rgb(54,98,16); }
div.DivClassName
{
background-color: #366210;
}
.BgClassName
{
background-color: #366210;
}
</style>
border-color css
<style>
span { border-color: #366210; }
span { border-color: rgb(54,98,16); }
td.TdClassName
{
border-color: #366210;
}
.TagClassName
{
border-color: #366210;
}
</style>