Shades of Dell #3E6A27
Tints of Dell #3E6A27
RGB
CMYK
RGB Variations
Color information
#3E6A27 (or 0x3E6A27) is known color: Dell. HEX triplet: 3E, 6A and 27. RGB value is (62,106,39). Sum of RGB (Red+Green+Blue) = 62+106+39=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 106 (41.80% from 255 or 51.21% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 106 - color contains mainly: green. Hex color #3E6A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6A27 is #C195D8. Grayscale: #555555. Windows color (decimal): -12686809 or 2583102. OLE color: 2583102.
HSL color Cylindrical-coordinate representation of color #3E6A27: hue angle of 99.4º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E6A27 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 106 | 39 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.58 |
| HSL | 99.4º | 0.46% | 0.28% | - |
| HSV(B) | 99.4º | 0.63% | 0.42% | - |
| XYZ | 7.51 | 11.48 | 3.74 | - |
| YUV | 85.21 | 101.92 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 106 | 39 | 0.42 | 0 | 0.63 | 0.58 | 99.4 | 0.46 | 0.28 |
| Hex | 3E | 6A | 27 | 2A | 0 | 3F | 3A | 63 | 2E | 1C |
| Octal | 76 | 152 | 47 | 52 | 0 | 77 | 72 | 143 | 56 | 34 |
| Binary | 111110 | 1101010 | 100111 | 101010 | 0 | 111111 | 111010 | 1100011 | 101110 | 11100 |
Color Harmonies of #3E6A27
Complementary color
Monochromatic Colors of #3E6A27
Black with #3E6A27
Text Example
Text Example
White with #3E6A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6A27; }
p { color: rgb(62,106,39); }
H1.HeaderClassName
{
color: #3E6A27;
}
.AnyTagClassName
{
color: #3E6A27;
}
</style>
background-color css
<style>
a { background-color: #3E6A27; }
a { background-color: rgb(62,106,39); }
div.DivClassName
{
background-color: #3E6A27;
}
.BgClassName
{
background-color: #3E6A27;
}
</style>
border-color css
<style>
span { border-color: #3E6A27; }
span { border-color: rgb(62,106,39); }
td.TdClassName
{
border-color: #3E6A27;
}
.TagClassName
{
border-color: #3E6A27;
}
</style>