Shades of Dell #3E6228
Tints of Dell #3E6228
RGB
CMYK
RGB Variations
Color information
#3E6228 (or 0x3E6228) is known color: Dell. HEX triplet: 3E, 62 and 28. RGB value is (62,98,40). Sum of RGB (Red+Green+Blue) = 62+98+40=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #3E6228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6228 is #C19DD7. Grayscale: #505050. Windows color (decimal): -12688856 or 2646590. OLE color: 2646590.
HSL color Cylindrical-coordinate representation of color #3E6228: hue angle of 97.24º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E6228 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 98 | 40 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.62 |
| HSL | 97.24º | 0.42% | 0.27% | - |
| HSV(B) | 97.24º | 0.59% | 0.38% | - |
| XYZ | 6.74 | 9.91 | 3.57 | - |
| YUV | 80.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 40 | 0.37 | 0 | 0.59 | 0.62 | 97.24 | 0.42 | 0.27 |
| Hex | 3E | 62 | 28 | 25 | 0 | 3B | 3E | 61 | 2A | 1B |
| Octal | 76 | 142 | 50 | 45 | 0 | 73 | 76 | 141 | 52 | 33 |
| Binary | 111110 | 1100010 | 101000 | 100101 | 0 | 111011 | 111110 | 1100001 | 101010 | 11011 |
Color Harmonies of #3E6228
Complementary color
Monochromatic Colors of #3E6228
Black with #3E6228
Text Example
Text Example
White with #3E6228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6228; }
p { color: rgb(62,98,40); }
H1.HeaderClassName
{
color: #3E6228;
}
.AnyTagClassName
{
color: #3E6228;
}
</style>
background-color css
<style>
a { background-color: #3E6228; }
a { background-color: rgb(62,98,40); }
div.DivClassName
{
background-color: #3E6228;
}
.BgClassName
{
background-color: #3E6228;
}
</style>
border-color css
<style>
span { border-color: #3E6228; }
span { border-color: rgb(62,98,40); }
td.TdClassName
{
border-color: #3E6228;
}
.TagClassName
{
border-color: #3E6228;
}
</style>