Shades of Dell #3E5A2A
Tints of Dell #3E5A2A
RGB
CMYK
RGB Variations
Color information
#3E5A2A (or 0x3E5A2A) is known color: Dell. HEX triplet: 3E, 5A and 2A. RGB value is (62,90,42). Sum of RGB (Red+Green+Blue) = 62+90+42=194 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.96% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 90 - color contains mainly: green. Hex color #3E5A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5A2A is #C1A5D5. Grayscale: #4C4C4C. Windows color (decimal): -12690902 or 2775614. OLE color: 2775614.
HSL color Cylindrical-coordinate representation of color #3E5A2A: hue angle of 95º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E5A2A is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 90 | 42 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.65 |
| HSL | 95º | 0.36% | 0.26% | - |
| HSV(B) | 95º | 0.53% | 0.35% | - |
| XYZ | 6.06 | 8.5 | 3.51 | - |
| YUV | 76.16 | 108.72 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 90 | 42 | 0.31 | 0 | 0.53 | 0.65 | 95 | 0.36 | 0.26 |
| Hex | 3E | 5A | 2A | 1F | 0 | 35 | 41 | 5F | 24 | 1A |
| Octal | 76 | 132 | 52 | 37 | 0 | 65 | 101 | 137 | 44 | 32 |
| Binary | 111110 | 1011010 | 101010 | 11111 | 0 | 110101 | 1000001 | 1011111 | 100100 | 11010 |
Color Harmonies of #3E5A2A
Complementary color
Monochromatic Colors of #3E5A2A
Black with #3E5A2A
Text Example
Text Example
White with #3E5A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5A2A; }
p { color: rgb(62,90,42); }
H1.HeaderClassName
{
color: #3E5A2A;
}
.AnyTagClassName
{
color: #3E5A2A;
}
</style>
background-color css
<style>
a { background-color: #3E5A2A; }
a { background-color: rgb(62,90,42); }
div.DivClassName
{
background-color: #3E5A2A;
}
.BgClassName
{
background-color: #3E5A2A;
}
</style>
border-color css
<style>
span { border-color: #3E5A2A; }
span { border-color: rgb(62,90,42); }
td.TdClassName
{
border-color: #3E5A2A;
}
.TagClassName
{
border-color: #3E5A2A;
}
</style>