Shades of Dell #3E6B26
Tints of Dell #3E6B26
RGB
CMYK
RGB Variations
Color information
#3E6B26 (or 0x3E6B26) is known color: Dell. HEX triplet: 3E, 6B and 26. RGB value is (62,107,38). Sum of RGB (Red+Green+Blue) = 62+107+38=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 107 (42.19% from 255 or 51.69% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 107 - color contains mainly: green. Hex color #3E6B26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6B26 is #C194D9. Grayscale: #555555. Windows color (decimal): -12686554 or 2517822. OLE color: 2517822.
HSL color Cylindrical-coordinate representation of color #3E6B26: hue angle of 99.13º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E6B26 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 107 | 38 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.58 |
| HSL | 99.13º | 0.48% | 0.28% | - |
| HSV(B) | 99.13º | 0.64% | 0.42% | - |
| XYZ | 7.59 | 11.68 | 3.69 | - |
| YUV | 85.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 107 | 38 | 0.42 | 0 | 0.64 | 0.58 | 99.13 | 0.48 | 0.28 |
| Hex | 3E | 6B | 26 | 2A | 0 | 40 | 3A | 63 | 30 | 1C |
| Octal | 76 | 153 | 46 | 52 | 0 | 100 | 72 | 143 | 60 | 34 |
| Binary | 111110 | 1101011 | 100110 | 101010 | 0 | 1000000 | 111010 | 1100011 | 110000 | 11100 |
Color Harmonies of #3E6B26
Complementary color
Monochromatic Colors of #3E6B26
Black with #3E6B26
Text Example
Text Example
White with #3E6B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6B26; }
p { color: rgb(62,107,38); }
H1.HeaderClassName
{
color: #3E6B26;
}
.AnyTagClassName
{
color: #3E6B26;
}
</style>
background-color css
<style>
a { background-color: #3E6B26; }
a { background-color: rgb(62,107,38); }
div.DivClassName
{
background-color: #3E6B26;
}
.BgClassName
{
background-color: #3E6B26;
}
</style>
border-color css
<style>
span { border-color: #3E6B26; }
span { border-color: rgb(62,107,38); }
td.TdClassName
{
border-color: #3E6B26;
}
.TagClassName
{
border-color: #3E6B26;
}
</style>