Shades of Dell #42622B
Tints of Dell #42622B
RGB
CMYK
RGB Variations
Color information
#42622B (or 0x42622B) is known color: Dell. HEX triplet: 42, 62 and 2B. RGB value is (66,98,43). Sum of RGB (Red+Green+Blue) = 66+98+43=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #42622B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42622B is #BD9DD4. Grayscale: #525252. Windows color (decimal): -12426709 or 2843202. OLE color: 2843202.
HSL color Cylindrical-coordinate representation of color #42622B: hue angle of 94.91º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42622B is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 98 | 43 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.62 |
| HSL | 94.91º | 0.39% | 0.28% | - |
| HSV(B) | 94.91º | 0.56% | 0.38% | - |
| XYZ | 7.05 | 10.07 | 3.86 | - |
| YUV | 82.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 98 | 43 | 0.33 | 0 | 0.56 | 0.62 | 94.91 | 0.39 | 0.28 |
| Hex | 42 | 62 | 2B | 21 | 0 | 38 | 3E | 5F | 27 | 1C |
| Octal | 102 | 142 | 53 | 41 | 0 | 70 | 76 | 137 | 47 | 34 |
| Binary | 1000010 | 1100010 | 101011 | 100001 | 0 | 111000 | 111110 | 1011111 | 100111 | 11100 |
Color Harmonies of #42622B
Complementary color
Monochromatic Colors of #42622B
Black with #42622B
Text Example
Text Example
White with #42622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42622B; }
p { color: rgb(66,98,43); }
H1.HeaderClassName
{
color: #42622B;
}
.AnyTagClassName
{
color: #42622B;
}
</style>
background-color css
<style>
a { background-color: #42622B; }
a { background-color: rgb(66,98,43); }
div.DivClassName
{
background-color: #42622B;
}
.BgClassName
{
background-color: #42622B;
}
</style>
border-color css
<style>
span { border-color: #42622B; }
span { border-color: rgb(66,98,43); }
td.TdClassName
{
border-color: #42622B;
}
.TagClassName
{
border-color: #42622B;
}
</style>