Shades of Dell #426A2A
Tints of Dell #426A2A
RGB
CMYK
RGB Variations
Color information
#426A2A (or 0x426A2A) is known color: Dell. HEX triplet: 42, 6A and 2A. RGB value is (66,106,42). Sum of RGB (Red+Green+Blue) = 66+106+42=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 106 (41.80% from 255 or 49.53% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 106 - color contains mainly: green. Hex color #426A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426A2A is #BD95D5. Grayscale: #565656. Windows color (decimal): -12424662 or 2779714. OLE color: 2779714.
HSL color Cylindrical-coordinate representation of color #426A2A: hue angle of 97.5º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #426A2A is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 106 | 42 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.58 |
| HSL | 97.5º | 0.43% | 0.29% | - |
| HSV(B) | 97.5º | 0.6% | 0.42% | - |
| XYZ | 7.82 | 11.63 | 4.02 | - |
| YUV | 86.74 | 102.75 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 42 | 0.38 | 0 | 0.60 | 0.58 | 97.5 | 0.43 | 0.29 |
| Hex | 42 | 6A | 2A | 26 | 0 | 3C | 3A | 62 | 2B | 1D |
| Octal | 102 | 152 | 52 | 46 | 0 | 74 | 72 | 142 | 53 | 35 |
| Binary | 1000010 | 1101010 | 101010 | 100110 | 0 | 111100 | 111010 | 1100010 | 101011 | 11101 |
Color Harmonies of #426A2A
Complementary color
Monochromatic Colors of #426A2A
Black with #426A2A
Text Example
Text Example
White with #426A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426A2A; }
p { color: rgb(66,106,42); }
H1.HeaderClassName
{
color: #426A2A;
}
.AnyTagClassName
{
color: #426A2A;
}
</style>
background-color css
<style>
a { background-color: #426A2A; }
a { background-color: rgb(66,106,42); }
div.DivClassName
{
background-color: #426A2A;
}
.BgClassName
{
background-color: #426A2A;
}
</style>
border-color css
<style>
span { border-color: #426A2A; }
span { border-color: rgb(66,106,42); }
td.TdClassName
{
border-color: #426A2A;
}
.TagClassName
{
border-color: #426A2A;
}
</style>