Shades of Dell #3E6220
Tints of Dell #3E6220
RGB
CMYK
RGB Variations
Color information
#3E6220 (or 0x3E6220) is known color: Dell. HEX triplet: 3E, 62 and 20. RGB value is (62,98,32). Sum of RGB (Red+Green+Blue) = 62+98+32=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #3E6220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6220 is #C19DDF. Grayscale: #4F4F4F. Windows color (decimal): -12688864 or 2122302. OLE color: 2122302.
HSL color Cylindrical-coordinate representation of color #3E6220: hue angle of 92.73º 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 #3E6220 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 98 | 32 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.62 |
| HSL | 92.73º | 0.51% | 0.25% | - |
| HSV(B) | 92.73º | 0.67% | 0.38% | - |
| XYZ | 6.62 | 9.86 | 2.92 | - |
| YUV | 79.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 32 | 0.37 | 0 | 0.67 | 0.62 | 92.73 | 0.51 | 0.25 |
| Hex | 3E | 62 | 20 | 25 | 0 | 43 | 3E | 5D | 33 | 19 |
| Octal | 76 | 142 | 40 | 45 | 0 | 103 | 76 | 135 | 63 | 31 |
| Binary | 111110 | 1100010 | 100000 | 100101 | 0 | 1000011 | 111110 | 1011101 | 110011 | 11001 |
Color Harmonies of #3E6220
Complementary color
Monochromatic Colors of #3E6220
Black with #3E6220
Text Example
Text Example
White with #3E6220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6220; }
p { color: rgb(62,98,32); }
H1.HeaderClassName
{
color: #3E6220;
}
.AnyTagClassName
{
color: #3E6220;
}
</style>
background-color css
<style>
a { background-color: #3E6220; }
a { background-color: rgb(62,98,32); }
div.DivClassName
{
background-color: #3E6220;
}
.BgClassName
{
background-color: #3E6220;
}
</style>
border-color css
<style>
span { border-color: #3E6220; }
span { border-color: rgb(62,98,32); }
td.TdClassName
{
border-color: #3E6220;
}
.TagClassName
{
border-color: #3E6220;
}
</style>