Shades of Dell #3E6126
Tints of Dell #3E6126
RGB
CMYK
RGB Variations
Color information
#3E6126 (or 0x3E6126) is known color: Dell. HEX triplet: 3E, 61 and 26. RGB value is (62,97,38). Sum of RGB (Red+Green+Blue) = 62+97+38=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #3E6126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6126 is #C19ED9. Grayscale: #505050. Windows color (decimal): -12689114 or 2515262. OLE color: 2515262.
HSL color Cylindrical-coordinate representation of color #3E6126: hue angle of 95.59º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E6126 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 97 | 38 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.62 |
| HSL | 95.59º | 0.44% | 0.26% | - |
| HSV(B) | 95.59º | 0.61% | 0.38% | - |
| XYZ | 6.61 | 9.71 | 3.36 | - |
| YUV | 79.81 | 104.4 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 97 | 38 | 0.36 | 0 | 0.61 | 0.62 | 95.59 | 0.44 | 0.26 |
| Hex | 3E | 61 | 26 | 24 | 0 | 3D | 3E | 60 | 2C | 1A |
| Octal | 76 | 141 | 46 | 44 | 0 | 75 | 76 | 140 | 54 | 32 |
| Binary | 111110 | 1100001 | 100110 | 100100 | 0 | 111101 | 111110 | 1100000 | 101100 | 11010 |
Color Harmonies of #3E6126
Complementary color
Monochromatic Colors of #3E6126
Black with #3E6126
Text Example
Text Example
White with #3E6126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6126; }
p { color: rgb(62,97,38); }
H1.HeaderClassName
{
color: #3E6126;
}
.AnyTagClassName
{
color: #3E6126;
}
</style>
background-color css
<style>
a { background-color: #3E6126; }
a { background-color: rgb(62,97,38); }
div.DivClassName
{
background-color: #3E6126;
}
.BgClassName
{
background-color: #3E6126;
}
</style>
border-color css
<style>
span { border-color: #3E6126; }
span { border-color: rgb(62,97,38); }
td.TdClassName
{
border-color: #3E6126;
}
.TagClassName
{
border-color: #3E6126;
}
</style>