Shades of Dell #335E15
Tints of Dell #335E15
RGB
CMYK
RGB Variations
Color information
#335E15 (or 0x335E15) is known color: Dell. HEX triplet: 33, 5E and 15. RGB value is (51,94,21). Sum of RGB (Red+Green+Blue) = 51+94+21=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 94 (37.11% from 255 or 56.63% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 94 - color contains mainly: green. Hex color #335E15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335E15 is #CCA1EA. Grayscale: #494949. Windows color (decimal): -13410795 or 1400371. OLE color: 1400371.
HSL color Cylindrical-coordinate representation of color #335E15: hue angle of 95.34º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #335E15 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 94 | 21 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.63 |
| HSL | 95.34º | 0.63% | 0.23% | - |
| HSV(B) | 95.34º | 0.78% | 0.37% | - |
| XYZ | 5.5 | 8.76 | 2.11 | - |
| YUV | 72.82 | 98.75 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 21 | 0.46 | 0 | 0.78 | 0.63 | 95.34 | 0.63 | 0.23 |
| Hex | 33 | 5E | 15 | 2E | 0 | 4E | 3F | 5F | 3F | 17 |
| Octal | 63 | 136 | 25 | 56 | 0 | 116 | 77 | 137 | 77 | 27 |
| Binary | 110011 | 1011110 | 10101 | 101110 | 0 | 1001110 | 111111 | 1011111 | 111111 | 10111 |
Color Harmonies of #335E15
Complementary color
Monochromatic Colors of #335E15
Black with #335E15
Text Example
Text Example
White with #335E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335E15; }
p { color: rgb(51,94,21); }
H1.HeaderClassName
{
color: #335E15;
}
.AnyTagClassName
{
color: #335E15;
}
</style>
background-color css
<style>
a { background-color: #335E15; }
a { background-color: rgb(51,94,21); }
div.DivClassName
{
background-color: #335E15;
}
.BgClassName
{
background-color: #335E15;
}
</style>
border-color css
<style>
span { border-color: #335E15; }
span { border-color: rgb(51,94,21); }
td.TdClassName
{
border-color: #335E15;
}
.TagClassName
{
border-color: #335E15;
}
</style>