Shades of Dell #3B6220
Tints of Dell #3B6220
RGB
CMYK
RGB Variations
Color information
#3B6220 (or 0x3B6220) is known color: Dell. HEX triplet: 3B, 62 and 20. RGB value is (59,98,32). Sum of RGB (Red+Green+Blue) = 59+98+32=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #3B6220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6220 is #C49DDF. Grayscale: #4F4F4F. Windows color (decimal): -12885472 or 2122299. OLE color: 2122299.
HSL color Cylindrical-coordinate representation of color #3B6220: hue angle of 95.45º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B6220 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 98 | 32 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.62 |
| HSL | 95.45º | 0.51% | 0.25% | - |
| HSV(B) | 95.45º | 0.67% | 0.38% | - |
| XYZ | 6.43 | 9.77 | 2.91 | - |
| YUV | 78.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 98 | 32 | 0.40 | 0 | 0.67 | 0.62 | 95.45 | 0.51 | 0.25 |
| Hex | 3B | 62 | 20 | 28 | 0 | 43 | 3E | 5F | 33 | 19 |
| Octal | 73 | 142 | 40 | 50 | 0 | 103 | 76 | 137 | 63 | 31 |
| Binary | 111011 | 1100010 | 100000 | 101000 | 0 | 1000011 | 111110 | 1011111 | 110011 | 11001 |
Color Harmonies of #3B6220
Complementary color
Monochromatic Colors of #3B6220
Black with #3B6220
Text Example
Text Example
White with #3B6220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6220; }
p { color: rgb(59,98,32); }
H1.HeaderClassName
{
color: #3B6220;
}
.AnyTagClassName
{
color: #3B6220;
}
</style>
background-color css
<style>
a { background-color: #3B6220; }
a { background-color: rgb(59,98,32); }
div.DivClassName
{
background-color: #3B6220;
}
.BgClassName
{
background-color: #3B6220;
}
</style>
border-color css
<style>
span { border-color: #3B6220; }
span { border-color: rgb(59,98,32); }
td.TdClassName
{
border-color: #3B6220;
}
.TagClassName
{
border-color: #3B6220;
}
</style>