Shades of Dell #42602B
Tints of Dell #42602B
RGB
CMYK
RGB Variations
Color information
#42602B (or 0x42602B) is known color: Dell. HEX triplet: 42, 60 and 2B. RGB value is (66,96,43). Sum of RGB (Red+Green+Blue) = 66+96+43=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #42602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42602B is #BD9FD4. Grayscale: #515151. Windows color (decimal): -12427221 or 2842690. OLE color: 2842690.
HSL color Cylindrical-coordinate representation of color #42602B: hue angle of 93.96º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42602B is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 96 | 43 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.62 |
| HSL | 93.96º | 0.38% | 0.27% | - |
| HSV(B) | 93.96º | 0.55% | 0.38% | - |
| XYZ | 6.87 | 9.7 | 3.8 | - |
| YUV | 80.99 | 106.56 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 43 | 0.31 | 0 | 0.55 | 0.62 | 93.96 | 0.38 | 0.27 |
| Hex | 42 | 60 | 2B | 1F | 0 | 37 | 3E | 5E | 26 | 1B |
| Octal | 102 | 140 | 53 | 37 | 0 | 67 | 76 | 136 | 46 | 33 |
| Binary | 1000010 | 1100000 | 101011 | 11111 | 0 | 110111 | 111110 | 1011110 | 100110 | 11011 |
Color Harmonies of #42602B
Complementary color
Monochromatic Colors of #42602B
Black with #42602B
Text Example
Text Example
White with #42602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42602B; }
p { color: rgb(66,96,43); }
H1.HeaderClassName
{
color: #42602B;
}
.AnyTagClassName
{
color: #42602B;
}
</style>
background-color css
<style>
a { background-color: #42602B; }
a { background-color: rgb(66,96,43); }
div.DivClassName
{
background-color: #42602B;
}
.BgClassName
{
background-color: #42602B;
}
</style>
border-color css
<style>
span { border-color: #42602B; }
span { border-color: rgb(66,96,43); }
td.TdClassName
{
border-color: #42602B;
}
.TagClassName
{
border-color: #42602B;
}
</style>