Shades of Dell #3A6220
Tints of Dell #3A6220
RGB
CMYK
RGB Variations
Color information
#3A6220 (or 0x3A6220) is known color: Dell. HEX triplet: 3A, 62 and 20. RGB value is (58,98,32). Sum of RGB (Red+Green+Blue) = 58+98+32=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6220 is #C59DDF. Grayscale: #4E4E4E. Windows color (decimal): -12951008 or 2122298. OLE color: 2122298.
HSL color Cylindrical-coordinate representation of color #3A6220: hue angle of 96.36º 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 #3A6220 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 32 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.62 |
| HSL | 96.36º | 0.51% | 0.25% | - |
| HSV(B) | 96.36º | 0.67% | 0.38% | - |
| XYZ | 6.37 | 9.74 | 2.91 | - |
| YUV | 78.52 | 101.75 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 32 | 0.41 | 0 | 0.67 | 0.62 | 96.36 | 0.51 | 0.25 |
| Hex | 3A | 62 | 20 | 29 | 0 | 43 | 3E | 60 | 33 | 19 |
| Octal | 72 | 142 | 40 | 51 | 0 | 103 | 76 | 140 | 63 | 31 |
| Binary | 111010 | 1100010 | 100000 | 101001 | 0 | 1000011 | 111110 | 1100000 | 110011 | 11001 |
Color Harmonies of #3A6220
Complementary color
Monochromatic Colors of #3A6220
Black with #3A6220
Text Example
Text Example
White with #3A6220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6220; }
p { color: rgb(58,98,32); }
H1.HeaderClassName
{
color: #3A6220;
}
.AnyTagClassName
{
color: #3A6220;
}
</style>
background-color css
<style>
a { background-color: #3A6220; }
a { background-color: rgb(58,98,32); }
div.DivClassName
{
background-color: #3A6220;
}
.BgClassName
{
background-color: #3A6220;
}
</style>
border-color css
<style>
span { border-color: #3A6220; }
span { border-color: rgb(58,98,32); }
td.TdClassName
{
border-color: #3A6220;
}
.TagClassName
{
border-color: #3A6220;
}
</style>