Shades of Dell #3E6918
Tints of Dell #3E6918
RGB
CMYK
RGB Variations
Color information
#3E6918 (or 0x3E6918) is known color: Dell. HEX triplet: 3E, 69 and 18. RGB value is (62,105,24). Sum of RGB (Red+Green+Blue) = 62+105+24=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #3E6918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6918 is #C196E7. Grayscale: #535353. Windows color (decimal): -12687080 or 1599806. OLE color: 1599806.
HSL color Cylindrical-coordinate representation of color #3E6918: hue angle of 91.85º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E6918 is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 105 | 24 | - |
| CMYK | 0.41 | 0 | 0.77 | 0.59 |
| HSL | 91.85º | 0.63% | 0.25% | - |
| HSV(B) | 91.85º | 0.77% | 0.41% | - |
| XYZ | 7.2 | 11.19 | 2.65 | - |
| YUV | 82.91 | 94.75 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 105 | 24 | 0.41 | 0 | 0.77 | 0.59 | 91.85 | 0.63 | 0.25 |
| Hex | 3E | 69 | 18 | 29 | 0 | 4D | 3B | 5C | 3F | 19 |
| Octal | 76 | 151 | 30 | 51 | 0 | 115 | 73 | 134 | 77 | 31 |
| Binary | 111110 | 1101001 | 11000 | 101001 | 0 | 1001101 | 111011 | 1011100 | 111111 | 11001 |
Color Harmonies of #3E6918
Complementary color
Monochromatic Colors of #3E6918
Black with #3E6918
Text Example
Text Example
White with #3E6918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6918; }
p { color: rgb(62,105,24); }
H1.HeaderClassName
{
color: #3E6918;
}
.AnyTagClassName
{
color: #3E6918;
}
</style>
background-color css
<style>
a { background-color: #3E6918; }
a { background-color: rgb(62,105,24); }
div.DivClassName
{
background-color: #3E6918;
}
.BgClassName
{
background-color: #3E6918;
}
</style>
border-color css
<style>
span { border-color: #3E6918; }
span { border-color: rgb(62,105,24); }
td.TdClassName
{
border-color: #3E6918;
}
.TagClassName
{
border-color: #3E6918;
}
</style>