Shades of Dell #3E6613
Tints of Dell #3E6613
RGB
CMYK
RGB Variations
Color information
#3E6613 (or 0x3E6613) is known color: Dell. HEX triplet: 3E, 66 and 13. RGB value is (62,102,19). Sum of RGB (Red+Green+Blue) = 62+102+19=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 102 (40.23% from 255 or 55.74% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 102 - color contains mainly: green. Hex color #3E6613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6613 is #C199EC. Grayscale: #505050. Windows color (decimal): -12687853 or 1271358. OLE color: 1271358.
HSL color Cylindrical-coordinate representation of color #3E6613: hue angle of 88.92º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E6613 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 62 | 102 | 19 | - |
| CMYK | 0.39 | 0 | 0.81 | 0.6 |
| HSL | 88.92º | 0.69% | 0.24% | - |
| HSV(B) | 88.92º | 0.81% | 0.4% | - |
| XYZ | 6.86 | 10.57 | 2.3 | - |
| YUV | 80.58 | 93.25 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 102 | 19 | 0.39 | 0 | 0.81 | 0.6 | 88.92 | 0.69 | 0.24 |
| Hex | 3E | 66 | 13 | 27 | 0 | 51 | 3C | 59 | 45 | 18 |
| Octal | 76 | 146 | 23 | 47 | 0 | 121 | 74 | 131 | 105 | 30 |
| Binary | 111110 | 1100110 | 10011 | 100111 | 0 | 1010001 | 111100 | 1011001 | 1000101 | 11000 |
Color Harmonies of #3E6613
Complementary color
Monochromatic Colors of #3E6613
Black with #3E6613
Text Example
Text Example
White with #3E6613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6613; }
p { color: rgb(62,102,19); }
H1.HeaderClassName
{
color: #3E6613;
}
.AnyTagClassName
{
color: #3E6613;
}
</style>
background-color css
<style>
a { background-color: #3E6613; }
a { background-color: rgb(62,102,19); }
div.DivClassName
{
background-color: #3E6613;
}
.BgClassName
{
background-color: #3E6613;
}
</style>
border-color css
<style>
span { border-color: #3E6613; }
span { border-color: rgb(62,102,19); }
td.TdClassName
{
border-color: #3E6613;
}
.TagClassName
{
border-color: #3E6613;
}
</style>