Shades of Dell #426E2C
Tints of Dell #426E2C
RGB
CMYK
RGB Variations
Color information
#426E2C (or 0x426E2C) is known color: Dell. HEX triplet: 42, 6E and 2C. RGB value is (66,110,44). Sum of RGB (Red+Green+Blue) = 66+110+44=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #426E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426E2C is #BD91D3. Grayscale: #595959. Windows color (decimal): -12423636 or 2911810. OLE color: 2911810.
HSL color Cylindrical-coordinate representation of color #426E2C: hue angle of 100º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #426E2C is Cyan = 0.4, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 110 | 44 | - |
| CMYK | 0.4 | 0 | 0.6 | 0.57 |
| HSL | 100º | 0.43% | 0.3% | - |
| HSV(B) | 100º | 0.6% | 0.43% | - |
| XYZ | 8.28 | 12.49 | 4.36 | - |
| YUV | 89.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 44 | 0.4 | 0 | 0.6 | 0.57 | 100 | 0.43 | 0.3 |
| Hex | 42 | 6E | 2C | 28 | 0 | 3C | 39 | 64 | 2B | 1E |
| Octal | 102 | 156 | 54 | 50 | 0 | 74 | 71 | 144 | 53 | 36 |
| Binary | 1000010 | 1101110 | 101100 | 101000 | 0 | 111100 | 111001 | 1100100 | 101011 | 11110 |
Color Harmonies of #426E2C
Complementary color
Monochromatic Colors of #426E2C
Black with #426E2C
Text Example
Text Example
White with #426E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426E2C; }
p { color: rgb(66,110,44); }
H1.HeaderClassName
{
color: #426E2C;
}
.AnyTagClassName
{
color: #426E2C;
}
</style>
background-color css
<style>
a { background-color: #426E2C; }
a { background-color: rgb(66,110,44); }
div.DivClassName
{
background-color: #426E2C;
}
.BgClassName
{
background-color: #426E2C;
}
</style>
border-color css
<style>
span { border-color: #426E2C; }
span { border-color: rgb(66,110,44); }
td.TdClassName
{
border-color: #426E2C;
}
.TagClassName
{
border-color: #426E2C;
}
</style>