Shades of Dell #426E1E
Tints of Dell #426E1E
RGB
CMYK
RGB Variations
Color information
#426E1E (or 0x426E1E) is known color: Dell. HEX triplet: 42, 6E and 1E. RGB value is (66,110,30). Sum of RGB (Red+Green+Blue) = 66+110+30=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #426E1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426E1E is #BD91E1. Grayscale: #575757. Windows color (decimal): -12423650 or 1994306. OLE color: 1994306.
HSL color Cylindrical-coordinate representation of color #426E1E: hue angle of 93º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #426E1E is Cyan = 0.4, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 110 | 30 | - |
| CMYK | 0.4 | 0 | 0.73 | 0.57 |
| HSL | 93º | 0.57% | 0.27% | - |
| HSV(B) | 93º | 0.73% | 0.43% | - |
| XYZ | 8.06 | 12.4 | 3.2 | - |
| YUV | 87.72 | 95.42 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 30 | 0.4 | 0 | 0.73 | 0.57 | 93 | 0.57 | 0.27 |
| Hex | 42 | 6E | 1E | 28 | 0 | 49 | 39 | 5D | 39 | 1B |
| Octal | 102 | 156 | 36 | 50 | 0 | 111 | 71 | 135 | 71 | 33 |
| Binary | 1000010 | 1101110 | 11110 | 101000 | 0 | 1001001 | 111001 | 1011101 | 111001 | 11011 |
Color Harmonies of #426E1E
Complementary color
Monochromatic Colors of #426E1E
Black with #426E1E
Text Example
Text Example
White with #426E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426E1E; }
p { color: rgb(66,110,30); }
H1.HeaderClassName
{
color: #426E1E;
}
.AnyTagClassName
{
color: #426E1E;
}
</style>
background-color css
<style>
a { background-color: #426E1E; }
a { background-color: rgb(66,110,30); }
div.DivClassName
{
background-color: #426E1E;
}
.BgClassName
{
background-color: #426E1E;
}
</style>
border-color css
<style>
span { border-color: #426E1E; }
span { border-color: rgb(66,110,30); }
td.TdClassName
{
border-color: #426E1E;
}
.TagClassName
{
border-color: #426E1E;
}
</style>