Shades of Dell #426C1B
Tints of Dell #426C1B
RGB
CMYK
RGB Variations
Color information
#426C1B (or 0x426C1B) is known color: Dell. HEX triplet: 42, 6C and 1B. RGB value is (66,108,27). Sum of RGB (Red+Green+Blue) = 66+108+27=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 108 (42.58% from 255 or 53.73% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 108 - color contains mainly: green. Hex color #426C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426C1B is #BD93E4. Grayscale: #565656. Windows color (decimal): -12424165 or 1797186. OLE color: 1797186.
HSL color Cylindrical-coordinate representation of color #426C1B: hue angle of 91.11º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #426C1B is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 108 | 27 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.58 |
| HSL | 91.11º | 0.6% | 0.26% | - |
| HSV(B) | 91.11º | 0.75% | 0.42% | - |
| XYZ | 7.81 | 11.96 | 2.93 | - |
| YUV | 86.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 27 | 0.39 | 0 | 0.75 | 0.58 | 91.11 | 0.6 | 0.26 |
| Hex | 42 | 6C | 1B | 27 | 0 | 4B | 3A | 5B | 3C | 1A |
| Octal | 102 | 154 | 33 | 47 | 0 | 113 | 72 | 133 | 74 | 32 |
| Binary | 1000010 | 1101100 | 11011 | 100111 | 0 | 1001011 | 111010 | 1011011 | 111100 | 11010 |
Color Harmonies of #426C1B
Complementary color
Monochromatic Colors of #426C1B
Black with #426C1B
Text Example
Text Example
White with #426C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426C1B; }
p { color: rgb(66,108,27); }
H1.HeaderClassName
{
color: #426C1B;
}
.AnyTagClassName
{
color: #426C1B;
}
</style>
background-color css
<style>
a { background-color: #426C1B; }
a { background-color: rgb(66,108,27); }
div.DivClassName
{
background-color: #426C1B;
}
.BgClassName
{
background-color: #426C1B;
}
</style>
border-color css
<style>
span { border-color: #426C1B; }
span { border-color: rgb(66,108,27); }
td.TdClassName
{
border-color: #426C1B;
}
.TagClassName
{
border-color: #426C1B;
}
</style>