Shades of Dell #3B6811
Tints of Dell #3B6811
RGB
CMYK
RGB Variations
Color information
#3B6811 (or 0x3B6811) is known color: Dell. HEX triplet: 3B, 68 and 11. RGB value is (59,104,17). Sum of RGB (Red+Green+Blue) = 59+104+17=180 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.78% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #3B6811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6811 is #C497EE. Grayscale: #505050. Windows color (decimal): -12883951 or 1140795. OLE color: 1140795.
HSL color Cylindrical-coordinate representation of color #3B6811: hue angle of 91.03º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B6811 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 104 | 17 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.59 |
| HSL | 91.03º | 0.72% | 0.24% | - |
| HSV(B) | 91.03º | 0.84% | 0.41% | - |
| XYZ | 6.86 | 10.87 | 2.27 | - |
| YUV | 80.63 | 92.09 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 104 | 17 | 0.43 | 0 | 0.84 | 0.59 | 91.03 | 0.72 | 0.24 |
| Hex | 3B | 68 | 11 | 2B | 0 | 54 | 3B | 5B | 48 | 18 |
| Octal | 73 | 150 | 21 | 53 | 0 | 124 | 73 | 133 | 110 | 30 |
| Binary | 111011 | 1101000 | 10001 | 101011 | 0 | 1010100 | 111011 | 1011011 | 1001000 | 11000 |
Color Harmonies of #3B6811
Complementary color
Monochromatic Colors of #3B6811
Black with #3B6811
Text Example
Text Example
White with #3B6811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6811; }
p { color: rgb(59,104,17); }
H1.HeaderClassName
{
color: #3B6811;
}
.AnyTagClassName
{
color: #3B6811;
}
</style>
background-color css
<style>
a { background-color: #3B6811; }
a { background-color: rgb(59,104,17); }
div.DivClassName
{
background-color: #3B6811;
}
.BgClassName
{
background-color: #3B6811;
}
</style>
border-color css
<style>
span { border-color: #3B6811; }
span { border-color: rgb(59,104,17); }
td.TdClassName
{
border-color: #3B6811;
}
.TagClassName
{
border-color: #3B6811;
}
</style>