Shades of Dell #3B6A16
Tints of Dell #3B6A16
RGB
CMYK
RGB Variations
Color information
#3B6A16 (or 0x3B6A16) is known color: Dell. HEX triplet: 3B, 6A and 16. RGB value is (59,106,22). Sum of RGB (Red+Green+Blue) = 59+106+22=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 106 (41.80% from 255 or 56.68% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 106 - color contains mainly: green. Hex color #3B6A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6A16 is #C495E9. Grayscale: #525252. Windows color (decimal): -12883434 or 1468987. OLE color: 1468987.
HSL color Cylindrical-coordinate representation of color #3B6A16: hue angle of 93.57º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B6A16 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 106 | 22 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.58 |
| HSL | 93.57º | 0.66% | 0.25% | - |
| HSV(B) | 93.57º | 0.79% | 0.42% | - |
| XYZ | 7.1 | 11.3 | 2.57 | - |
| YUV | 82.37 | 93.93 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 106 | 22 | 0.44 | 0 | 0.79 | 0.58 | 93.57 | 0.66 | 0.25 |
| Hex | 3B | 6A | 16 | 2C | 0 | 4F | 3A | 5E | 42 | 19 |
| Octal | 73 | 152 | 26 | 54 | 0 | 117 | 72 | 136 | 102 | 31 |
| Binary | 111011 | 1101010 | 10110 | 101100 | 0 | 1001111 | 111010 | 1011110 | 1000010 | 11001 |
Color Harmonies of #3B6A16
Complementary color
Monochromatic Colors of #3B6A16
Black with #3B6A16
Text Example
Text Example
White with #3B6A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6A16; }
p { color: rgb(59,106,22); }
H1.HeaderClassName
{
color: #3B6A16;
}
.AnyTagClassName
{
color: #3B6A16;
}
</style>
background-color css
<style>
a { background-color: #3B6A16; }
a { background-color: rgb(59,106,22); }
div.DivClassName
{
background-color: #3B6A16;
}
.BgClassName
{
background-color: #3B6A16;
}
</style>
border-color css
<style>
span { border-color: #3B6A16; }
span { border-color: rgb(59,106,22); }
td.TdClassName
{
border-color: #3B6A16;
}
.TagClassName
{
border-color: #3B6A16;
}
</style>