Shades of Dell #3E621B
Tints of Dell #3E621B
RGB
CMYK
RGB Variations
Color information
#3E621B (or 0x3E621B) is known color: Dell. HEX triplet: 3E, 62 and 1B. RGB value is (62,98,27). Sum of RGB (Red+Green+Blue) = 62+98+27=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #3E621B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E621B is #C19DE4. Grayscale: #4F4F4F. Windows color (decimal): -12688869 or 1794622. OLE color: 1794622.
HSL color Cylindrical-coordinate representation of color #3E621B: hue angle of 90.42º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E621B is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 98 | 27 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.62 |
| HSL | 90.42º | 0.57% | 0.25% | - |
| HSV(B) | 90.42º | 0.72% | 0.38% | - |
| XYZ | 6.55 | 9.84 | 2.59 | - |
| YUV | 79.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 27 | 0.37 | 0 | 0.72 | 0.62 | 90.42 | 0.57 | 0.25 |
| Hex | 3E | 62 | 1B | 25 | 0 | 48 | 3E | 5A | 39 | 19 |
| Octal | 76 | 142 | 33 | 45 | 0 | 110 | 76 | 132 | 71 | 31 |
| Binary | 111110 | 1100010 | 11011 | 100101 | 0 | 1001000 | 111110 | 1011010 | 111001 | 11001 |
Color Harmonies of #3E621B
Complementary color
Monochromatic Colors of #3E621B
Black with #3E621B
Text Example
Text Example
White with #3E621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E621B; }
p { color: rgb(62,98,27); }
H1.HeaderClassName
{
color: #3E621B;
}
.AnyTagClassName
{
color: #3E621B;
}
</style>
background-color css
<style>
a { background-color: #3E621B; }
a { background-color: rgb(62,98,27); }
div.DivClassName
{
background-color: #3E621B;
}
.BgClassName
{
background-color: #3E621B;
}
</style>
border-color css
<style>
span { border-color: #3E621B; }
span { border-color: rgb(62,98,27); }
td.TdClassName
{
border-color: #3E621B;
}
.TagClassName
{
border-color: #3E621B;
}
</style>