Shades of Dell #3E601C
Tints of Dell #3E601C
RGB
CMYK
RGB Variations
Color information
#3E601C (or 0x3E601C) is known color: Dell. HEX triplet: 3E, 60 and 1C. RGB value is (62,96,28). Sum of RGB (Red+Green+Blue) = 62+96+28=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #3E601C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E601C is #C19FE3. Grayscale: #4E4E4E. Windows color (decimal): -12689380 or 1859646. OLE color: 1859646.
HSL color Cylindrical-coordinate representation of color #3E601C: hue angle of 90º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E601C is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 96 | 28 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.62 |
| HSL | 90º | 0.55% | 0.24% | - |
| HSV(B) | 90º | 0.71% | 0.38% | - |
| XYZ | 6.38 | 9.47 | 2.59 | - |
| YUV | 78.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 28 | 0.35 | 0 | 0.71 | 0.62 | 90 | 0.55 | 0.24 |
| Hex | 3E | 60 | 1C | 23 | 0 | 47 | 3E | 5A | 37 | 18 |
| Octal | 76 | 140 | 34 | 43 | 0 | 107 | 76 | 132 | 67 | 30 |
| Binary | 111110 | 1100000 | 11100 | 100011 | 0 | 1000111 | 111110 | 1011010 | 110111 | 11000 |
Color Harmonies of #3E601C
Complementary color
Monochromatic Colors of #3E601C
Black with #3E601C
Text Example
Text Example
White with #3E601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E601C; }
p { color: rgb(62,96,28); }
H1.HeaderClassName
{
color: #3E601C;
}
.AnyTagClassName
{
color: #3E601C;
}
</style>
background-color css
<style>
a { background-color: #3E601C; }
a { background-color: rgb(62,96,28); }
div.DivClassName
{
background-color: #3E601C;
}
.BgClassName
{
background-color: #3E601C;
}
</style>
border-color css
<style>
span { border-color: #3E601C; }
span { border-color: rgb(62,96,28); }
td.TdClassName
{
border-color: #3E601C;
}
.TagClassName
{
border-color: #3E601C;
}
</style>