Shades of Dell #3E6418
Tints of Dell #3E6418
RGB
CMYK
RGB Variations
Color information
#3E6418 (or 0x3E6418) is known color: Dell. HEX triplet: 3E, 64 and 18. RGB value is (62,100,24). Sum of RGB (Red+Green+Blue) = 62+100+24=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #3E6418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6418 is #C19BE7. Grayscale: #505050. Windows color (decimal): -12688360 or 1598526. OLE color: 1598526.
HSL color Cylindrical-coordinate representation of color #3E6418: hue angle of 90º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E6418 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 100 | 24 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.61 |
| HSL | 90º | 0.61% | 0.24% | - |
| HSV(B) | 90º | 0.76% | 0.39% | - |
| XYZ | 6.71 | 10.2 | 2.48 | - |
| YUV | 79.97 | 96.41 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 100 | 24 | 0.38 | 0 | 0.76 | 0.61 | 90 | 0.61 | 0.24 |
| Hex | 3E | 64 | 18 | 26 | 0 | 4C | 3D | 5A | 3D | 18 |
| Octal | 76 | 144 | 30 | 46 | 0 | 114 | 75 | 132 | 75 | 30 |
| Binary | 111110 | 1100100 | 11000 | 100110 | 0 | 1001100 | 111101 | 1011010 | 111101 | 11000 |
Color Harmonies of #3E6418
Complementary color
Monochromatic Colors of #3E6418
Black with #3E6418
Text Example
Text Example
White with #3E6418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6418; }
p { color: rgb(62,100,24); }
H1.HeaderClassName
{
color: #3E6418;
}
.AnyTagClassName
{
color: #3E6418;
}
</style>
background-color css
<style>
a { background-color: #3E6418; }
a { background-color: rgb(62,100,24); }
div.DivClassName
{
background-color: #3E6418;
}
.BgClassName
{
background-color: #3E6418;
}
</style>
border-color css
<style>
span { border-color: #3E6418; }
span { border-color: rgb(62,100,24); }
td.TdClassName
{
border-color: #3E6418;
}
.TagClassName
{
border-color: #3E6418;
}
</style>