Shades of Dell #3E6815
Tints of Dell #3E6815
RGB
CMYK
RGB Variations
Color information
#3E6815 (or 0x3E6815) is known color: Dell. HEX triplet: 3E, 68 and 15. RGB value is (62,104,21). Sum of RGB (Red+Green+Blue) = 62+104+21=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #3E6815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6815 is #C197EA. Grayscale: #525252. Windows color (decimal): -12687339 or 1402942. OLE color: 1402942.
HSL color Cylindrical-coordinate representation of color #3E6815: hue angle of 90.36º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E6815 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 104 | 21 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.59 |
| HSL | 90.36º | 0.66% | 0.25% | - |
| HSV(B) | 90.36º | 0.8% | 0.41% | - |
| XYZ | 7.07 | 10.98 | 2.46 | - |
| YUV | 81.98 | 93.59 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 104 | 21 | 0.40 | 0 | 0.80 | 0.59 | 90.36 | 0.66 | 0.25 |
| Hex | 3E | 68 | 15 | 28 | 0 | 50 | 3B | 5A | 42 | 19 |
| Octal | 76 | 150 | 25 | 50 | 0 | 120 | 73 | 132 | 102 | 31 |
| Binary | 111110 | 1101000 | 10101 | 101000 | 0 | 1010000 | 111011 | 1011010 | 1000010 | 11001 |
Color Harmonies of #3E6815
Complementary color
Monochromatic Colors of #3E6815
Black with #3E6815
Text Example
Text Example
White with #3E6815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6815; }
p { color: rgb(62,104,21); }
H1.HeaderClassName
{
color: #3E6815;
}
.AnyTagClassName
{
color: #3E6815;
}
</style>
background-color css
<style>
a { background-color: #3E6815; }
a { background-color: rgb(62,104,21); }
div.DivClassName
{
background-color: #3E6815;
}
.BgClassName
{
background-color: #3E6815;
}
</style>
border-color css
<style>
span { border-color: #3E6815; }
span { border-color: rgb(62,104,21); }
td.TdClassName
{
border-color: #3E6815;
}
.TagClassName
{
border-color: #3E6815;
}
</style>