Shades of Dell #3E621D
Tints of Dell #3E621D
RGB
CMYK
RGB Variations
Color information
#3E621D (or 0x3E621D) is known color: Dell. HEX triplet: 3E, 62 and 1D. RGB value is (62,98,29). Sum of RGB (Red+Green+Blue) = 62+98+29=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #3E621D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E621D is #C19DE2. Grayscale: #4F4F4F. Windows color (decimal): -12688867 or 1925694. OLE color: 1925694.
HSL color Cylindrical-coordinate representation of color #3E621D: hue angle of 91.3º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E621D is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 98 | 29 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.62 |
| HSL | 91.3º | 0.54% | 0.25% | - |
| HSV(B) | 91.3º | 0.7% | 0.38% | - |
| XYZ | 6.58 | 9.85 | 2.72 | - |
| YUV | 79.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 29 | 0.37 | 0 | 0.70 | 0.62 | 91.3 | 0.54 | 0.25 |
| Hex | 3E | 62 | 1D | 25 | 0 | 46 | 3E | 5B | 36 | 19 |
| Octal | 76 | 142 | 35 | 45 | 0 | 106 | 76 | 133 | 66 | 31 |
| Binary | 111110 | 1100010 | 11101 | 100101 | 0 | 1000110 | 111110 | 1011011 | 110110 | 11001 |
Color Harmonies of #3E621D
Complementary color
Monochromatic Colors of #3E621D
Black with #3E621D
Text Example
Text Example
White with #3E621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E621D; }
p { color: rgb(62,98,29); }
H1.HeaderClassName
{
color: #3E621D;
}
.AnyTagClassName
{
color: #3E621D;
}
</style>
background-color css
<style>
a { background-color: #3E621D; }
a { background-color: rgb(62,98,29); }
div.DivClassName
{
background-color: #3E621D;
}
.BgClassName
{
background-color: #3E621D;
}
</style>
border-color css
<style>
span { border-color: #3E621D; }
span { border-color: rgb(62,98,29); }
td.TdClassName
{
border-color: #3E621D;
}
.TagClassName
{
border-color: #3E621D;
}
</style>