Shades of Dell #3E5E27
Tints of Dell #3E5E27
RGB
CMYK
RGB Variations
Color information
#3E5E27 (or 0x3E5E27) is known color: Dell. HEX triplet: 3E, 5E and 27. RGB value is (62,94,39). Sum of RGB (Red+Green+Blue) = 62+94+39=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 94 (37.11% from 255 or 48.21% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 94 - color contains mainly: green. Hex color #3E5E27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5E27 is #C1A1D8. Grayscale: #4E4E4E. Windows color (decimal): -12689881 or 2580030. OLE color: 2580030.
HSL color Cylindrical-coordinate representation of color #3E5E27: hue angle of 94.91º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E5E27 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 94 | 39 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.63 |
| HSL | 94.91º | 0.41% | 0.26% | - |
| HSV(B) | 94.91º | 0.59% | 0.37% | - |
| XYZ | 6.36 | 9.18 | 3.36 | - |
| YUV | 78.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 94 | 39 | 0.34 | 0 | 0.59 | 0.63 | 94.91 | 0.41 | 0.26 |
| Hex | 3E | 5E | 27 | 22 | 0 | 3B | 3F | 5F | 29 | 1A |
| Octal | 76 | 136 | 47 | 42 | 0 | 73 | 77 | 137 | 51 | 32 |
| Binary | 111110 | 1011110 | 100111 | 100010 | 0 | 111011 | 111111 | 1011111 | 101001 | 11010 |
Color Harmonies of #3E5E27
Complementary color
Monochromatic Colors of #3E5E27
Black with #3E5E27
Text Example
Text Example
White with #3E5E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5E27; }
p { color: rgb(62,94,39); }
H1.HeaderClassName
{
color: #3E5E27;
}
.AnyTagClassName
{
color: #3E5E27;
}
</style>
background-color css
<style>
a { background-color: #3E5E27; }
a { background-color: rgb(62,94,39); }
div.DivClassName
{
background-color: #3E5E27;
}
.BgClassName
{
background-color: #3E5E27;
}
</style>
border-color css
<style>
span { border-color: #3E5E27; }
span { border-color: rgb(62,94,39); }
td.TdClassName
{
border-color: #3E5E27;
}
.TagClassName
{
border-color: #3E5E27;
}
</style>