Shades of Dell #3E582B
Tints of Dell #3E582B
RGB
CMYK
RGB Variations
Color information
#3E582B (or 0x3E582B) is known color: Dell. HEX triplet: 3E, 58 and 2B. RGB value is (62,88,43). Sum of RGB (Red+Green+Blue) = 62+88+43=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #3E582B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E582B is #C1A7D4. Grayscale: #4B4B4B. Windows color (decimal): -12691413 or 2840638. OLE color: 2840638.
HSL color Cylindrical-coordinate representation of color #3E582B: hue angle of 94.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E582B is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 88 | 43 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.65 |
| HSL | 94.67º | 0.34% | 0.26% | - |
| HSV(B) | 94.67º | 0.51% | 0.35% | - |
| XYZ | 5.91 | 8.18 | 3.55 | - |
| YUV | 75.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 88 | 43 | 0.30 | 0 | 0.51 | 0.65 | 94.67 | 0.34 | 0.26 |
| Hex | 3E | 58 | 2B | 1E | 0 | 33 | 41 | 5F | 22 | 1A |
| Octal | 76 | 130 | 53 | 36 | 0 | 63 | 101 | 137 | 42 | 32 |
| Binary | 111110 | 1011000 | 101011 | 11110 | 0 | 110011 | 1000001 | 1011111 | 100010 | 11010 |
Color Harmonies of #3E582B
Complementary color
Monochromatic Colors of #3E582B
Black with #3E582B
Text Example
Text Example
White with #3E582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E582B; }
p { color: rgb(62,88,43); }
H1.HeaderClassName
{
color: #3E582B;
}
.AnyTagClassName
{
color: #3E582B;
}
</style>
background-color css
<style>
a { background-color: #3E582B; }
a { background-color: rgb(62,88,43); }
div.DivClassName
{
background-color: #3E582B;
}
.BgClassName
{
background-color: #3E582B;
}
</style>
border-color css
<style>
span { border-color: #3E582B; }
span { border-color: rgb(62,88,43); }
td.TdClassName
{
border-color: #3E582B;
}
.TagClassName
{
border-color: #3E582B;
}
</style>