Shades of Dell #3E6917
Tints of Dell #3E6917
RGB
CMYK
RGB Variations
Color information
#3E6917 (or 0x3E6917) is known color: Dell. HEX triplet: 3E, 69 and 17. RGB value is (62,105,23). Sum of RGB (Red+Green+Blue) = 62+105+23=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #3E6917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6917 is #C196E8. Grayscale: #535353. Windows color (decimal): -12687081 or 1534270. OLE color: 1534270.
HSL color Cylindrical-coordinate representation of color #3E6917: hue angle of 91.46º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E6917 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 105 | 23 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.59 |
| HSL | 91.46º | 0.64% | 0.25% | - |
| HSV(B) | 91.46º | 0.78% | 0.41% | - |
| XYZ | 7.19 | 11.19 | 2.59 | - |
| YUV | 82.8 | 94.25 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 105 | 23 | 0.41 | 0 | 0.78 | 0.59 | 91.46 | 0.64 | 0.25 |
| Hex | 3E | 69 | 17 | 29 | 0 | 4E | 3B | 5B | 40 | 19 |
| Octal | 76 | 151 | 27 | 51 | 0 | 116 | 73 | 133 | 100 | 31 |
| Binary | 111110 | 1101001 | 10111 | 101001 | 0 | 1001110 | 111011 | 1011011 | 1000000 | 11001 |
Color Harmonies of #3E6917
Complementary color
Monochromatic Colors of #3E6917
Black with #3E6917
Text Example
Text Example
White with #3E6917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6917; }
p { color: rgb(62,105,23); }
H1.HeaderClassName
{
color: #3E6917;
}
.AnyTagClassName
{
color: #3E6917;
}
</style>
background-color css
<style>
a { background-color: #3E6917; }
a { background-color: rgb(62,105,23); }
div.DivClassName
{
background-color: #3E6917;
}
.BgClassName
{
background-color: #3E6917;
}
</style>
border-color css
<style>
span { border-color: #3E6917; }
span { border-color: rgb(62,105,23); }
td.TdClassName
{
border-color: #3E6917;
}
.TagClassName
{
border-color: #3E6917;
}
</style>