Shades of Dell #3E6B1A
Tints of Dell #3E6B1A
RGB
CMYK
RGB Variations
Color information
#3E6B1A (or 0x3E6B1A) is known color: Dell. HEX triplet: 3E, 6B and 1A. RGB value is (62,107,26). Sum of RGB (Red+Green+Blue) = 62+107+26=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #3E6B1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6B1A is #C194E5. Grayscale: #545454. Windows color (decimal): -12686566 or 1731390. OLE color: 1731390.
HSL color Cylindrical-coordinate representation of color #3E6B1A: hue angle of 93.33º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E6B1A is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 107 | 26 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.58 |
| HSL | 93.33º | 0.61% | 0.26% | - |
| HSV(B) | 93.33º | 0.76% | 0.42% | - |
| XYZ | 7.43 | 11.61 | 2.83 | - |
| YUV | 84.31 | 95.09 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 107 | 26 | 0.42 | 0 | 0.76 | 0.58 | 93.33 | 0.61 | 0.26 |
| Hex | 3E | 6B | 1A | 2A | 0 | 4C | 3A | 5D | 3D | 1A |
| Octal | 76 | 153 | 32 | 52 | 0 | 114 | 72 | 135 | 75 | 32 |
| Binary | 111110 | 1101011 | 11010 | 101010 | 0 | 1001100 | 111010 | 1011101 | 111101 | 11010 |
Color Harmonies of #3E6B1A
Complementary color
Monochromatic Colors of #3E6B1A
Black with #3E6B1A
Text Example
Text Example
White with #3E6B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6B1A; }
p { color: rgb(62,107,26); }
H1.HeaderClassName
{
color: #3E6B1A;
}
.AnyTagClassName
{
color: #3E6B1A;
}
</style>
background-color css
<style>
a { background-color: #3E6B1A; }
a { background-color: rgb(62,107,26); }
div.DivClassName
{
background-color: #3E6B1A;
}
.BgClassName
{
background-color: #3E6B1A;
}
</style>
border-color css
<style>
span { border-color: #3E6B1A; }
span { border-color: rgb(62,107,26); }
td.TdClassName
{
border-color: #3E6B1A;
}
.TagClassName
{
border-color: #3E6B1A;
}
</style>