Shades of Dell #3E6712
Tints of Dell #3E6712
RGB
CMYK
RGB Variations
Color information
#3E6712 (or 0x3E6712) is known color: Dell. HEX triplet: 3E, 67 and 12. RGB value is (62,103,18). Sum of RGB (Red+Green+Blue) = 62+103+18=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 103 (40.62% from 255 or 56.28% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 103 - color contains mainly: green. Hex color #3E6712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6712 is #C198ED. Grayscale: #515151. Windows color (decimal): -12687598 or 1206078. OLE color: 1206078.
HSL color Cylindrical-coordinate representation of color #3E6712: hue angle of 88.94º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E6712 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 103 | 18 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.60 |
| HSL | 88.94º | 0.7% | 0.24% | - |
| HSV(B) | 88.94º | 0.83% | 0.4% | - |
| XYZ | 6.95 | 10.77 | 2.28 | - |
| YUV | 81.05 | 92.42 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 103 | 18 | 0.40 | 0 | 0.83 | 0.60 | 88.94 | 0.7 | 0.24 |
| Hex | 3E | 67 | 12 | 28 | 0 | 53 | 3C | 59 | 46 | 18 |
| Octal | 76 | 147 | 22 | 50 | 0 | 123 | 74 | 131 | 106 | 30 |
| Binary | 111110 | 1100111 | 10010 | 101000 | 0 | 1010011 | 111100 | 1011001 | 1000110 | 11000 |
Color Harmonies of #3E6712
Complementary color
Monochromatic Colors of #3E6712
Black with #3E6712
Text Example
Text Example
White with #3E6712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6712; }
p { color: rgb(62,103,18); }
H1.HeaderClassName
{
color: #3E6712;
}
.AnyTagClassName
{
color: #3E6712;
}
</style>
background-color css
<style>
a { background-color: #3E6712; }
a { background-color: rgb(62,103,18); }
div.DivClassName
{
background-color: #3E6712;
}
.BgClassName
{
background-color: #3E6712;
}
</style>
border-color css
<style>
span { border-color: #3E6712; }
span { border-color: rgb(62,103,18); }
td.TdClassName
{
border-color: #3E6712;
}
.TagClassName
{
border-color: #3E6712;
}
</style>