Shades of Dell #3E6B10
Tints of Dell #3E6B10
RGB
CMYK
RGB Variations
Color information
#3E6B10 (or 0x3E6B10) is known color: Dell. HEX triplet: 3E, 6B and 10. RGB value is (62,107,16). Sum of RGB (Red+Green+Blue) = 62+107+16=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 107 (42.19% from 255 or 57.84% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 107 - color contains mainly: green. Hex color #3E6B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6B10 is #C194EF. Grayscale: #535353. Windows color (decimal): -12686576 or 1076030. OLE color: 1076030.
HSL color Cylindrical-coordinate representation of color #3E6B10: hue angle of 89.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E6B10 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 107 | 16 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.58 |
| HSL | 89.67º | 0.74% | 0.24% | - |
| HSV(B) | 89.67º | 0.85% | 0.42% | - |
| XYZ | 7.34 | 11.58 | 2.34 | - |
| YUV | 83.17 | 90.09 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 107 | 16 | 0.42 | 0 | 0.85 | 0.58 | 89.67 | 0.74 | 0.24 |
| Hex | 3E | 6B | 10 | 2A | 0 | 55 | 3A | 5A | 4A | 18 |
| Octal | 76 | 153 | 20 | 52 | 0 | 125 | 72 | 132 | 112 | 30 |
| Binary | 111110 | 1101011 | 10000 | 101010 | 0 | 1010101 | 111010 | 1011010 | 1001010 | 11000 |
Color Harmonies of #3E6B10
Complementary color
Monochromatic Colors of #3E6B10
Black with #3E6B10
Text Example
Text Example
White with #3E6B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6B10; }
p { color: rgb(62,107,16); }
H1.HeaderClassName
{
color: #3E6B10;
}
.AnyTagClassName
{
color: #3E6B10;
}
</style>
background-color css
<style>
a { background-color: #3E6B10; }
a { background-color: rgb(62,107,16); }
div.DivClassName
{
background-color: #3E6B10;
}
.BgClassName
{
background-color: #3E6B10;
}
</style>
border-color css
<style>
span { border-color: #3E6B10; }
span { border-color: rgb(62,107,16); }
td.TdClassName
{
border-color: #3E6B10;
}
.TagClassName
{
border-color: #3E6B10;
}
</style>