Shades of Dell #3E6717
Tints of Dell #3E6717
RGB
CMYK
RGB Variations
Color information
#3E6717 (or 0x3E6717) is known color: Dell. HEX triplet: 3E, 67 and 17. RGB value is (62,103,23). Sum of RGB (Red+Green+Blue) = 62+103+23=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #3E6717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6717 is #C198E8. Grayscale: #515151. Windows color (decimal): -12687593 or 1533758. OLE color: 1533758.
HSL color Cylindrical-coordinate representation of color #3E6717: hue angle of 90.75º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E6717 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 103 | 23 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.60 |
| HSL | 90.75º | 0.63% | 0.25% | - |
| HSV(B) | 90.75º | 0.78% | 0.4% | - |
| XYZ | 6.99 | 10.79 | 2.52 | - |
| YUV | 81.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 103 | 23 | 0.40 | 0 | 0.78 | 0.60 | 90.75 | 0.63 | 0.25 |
| Hex | 3E | 67 | 17 | 28 | 0 | 4E | 3C | 5B | 3F | 19 |
| Octal | 76 | 147 | 27 | 50 | 0 | 116 | 74 | 133 | 77 | 31 |
| Binary | 111110 | 1100111 | 10111 | 101000 | 0 | 1001110 | 111100 | 1011011 | 111111 | 11001 |
Color Harmonies of #3E6717
Complementary color
Monochromatic Colors of #3E6717
Black with #3E6717
Text Example
Text Example
White with #3E6717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6717; }
p { color: rgb(62,103,23); }
H1.HeaderClassName
{
color: #3E6717;
}
.AnyTagClassName
{
color: #3E6717;
}
</style>
background-color css
<style>
a { background-color: #3E6717; }
a { background-color: rgb(62,103,23); }
div.DivClassName
{
background-color: #3E6717;
}
.BgClassName
{
background-color: #3E6717;
}
</style>
border-color css
<style>
span { border-color: #3E6717; }
span { border-color: rgb(62,103,23); }
td.TdClassName
{
border-color: #3E6717;
}
.TagClassName
{
border-color: #3E6717;
}
</style>