Shades of Dell #3B6917
Tints of Dell #3B6917
RGB
CMYK
RGB Variations
Color information
#3B6917 (or 0x3B6917) is known color: Dell. HEX triplet: 3B, 69 and 17. RGB value is (59,105,23). Sum of RGB (Red+Green+Blue) = 59+105+23=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #3B6917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6917 is #C496E8. Grayscale: #525252. Windows color (decimal): -12883689 or 1534267. OLE color: 1534267.
HSL color Cylindrical-coordinate representation of color #3B6917: hue angle of 93.66º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B6917 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 105 | 23 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.59 |
| HSL | 93.66º | 0.64% | 0.25% | - |
| HSV(B) | 93.66º | 0.78% | 0.41% | - |
| XYZ | 7.01 | 11.09 | 2.58 | - |
| YUV | 81.9 | 94.76 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 105 | 23 | 0.44 | 0 | 0.78 | 0.59 | 93.66 | 0.64 | 0.25 |
| Hex | 3B | 69 | 17 | 2C | 0 | 4E | 3B | 5E | 40 | 19 |
| Octal | 73 | 151 | 27 | 54 | 0 | 116 | 73 | 136 | 100 | 31 |
| Binary | 111011 | 1101001 | 10111 | 101100 | 0 | 1001110 | 111011 | 1011110 | 1000000 | 11001 |
Color Harmonies of #3B6917
Complementary color
Monochromatic Colors of #3B6917
Black with #3B6917
Text Example
Text Example
White with #3B6917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6917; }
p { color: rgb(59,105,23); }
H1.HeaderClassName
{
color: #3B6917;
}
.AnyTagClassName
{
color: #3B6917;
}
</style>
background-color css
<style>
a { background-color: #3B6917; }
a { background-color: rgb(59,105,23); }
div.DivClassName
{
background-color: #3B6917;
}
.BgClassName
{
background-color: #3B6917;
}
</style>
border-color css
<style>
span { border-color: #3B6917; }
span { border-color: rgb(59,105,23); }
td.TdClassName
{
border-color: #3B6917;
}
.TagClassName
{
border-color: #3B6917;
}
</style>