Shades of Dell #42602C
Tints of Dell #42602C
RGB
CMYK
RGB Variations
Color information
#42602C (or 0x42602C) is known color: Dell. HEX triplet: 42, 60 and 2C. RGB value is (66,96,44). Sum of RGB (Red+Green+Blue) = 66+96+44=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #42602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42602C is #BD9FD3. Grayscale: #515151. Windows color (decimal): -12427220 or 2908226. OLE color: 2908226.
HSL color Cylindrical-coordinate representation of color #42602C: hue angle of 94.62º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42602C is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 96 | 44 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.62 |
| HSL | 94.62º | 0.37% | 0.27% | - |
| HSV(B) | 94.62º | 0.54% | 0.38% | - |
| XYZ | 6.88 | 9.71 | 3.89 | - |
| YUV | 81.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 44 | 0.31 | 0 | 0.54 | 0.62 | 94.62 | 0.37 | 0.27 |
| Hex | 42 | 60 | 2C | 1F | 0 | 36 | 3E | 5F | 25 | 1B |
| Octal | 102 | 140 | 54 | 37 | 0 | 66 | 76 | 137 | 45 | 33 |
| Binary | 1000010 | 1100000 | 101100 | 11111 | 0 | 110110 | 111110 | 1011111 | 100101 | 11011 |
Color Harmonies of #42602C
Complementary color
Monochromatic Colors of #42602C
Black with #42602C
Text Example
Text Example
White with #42602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42602C; }
p { color: rgb(66,96,44); }
H1.HeaderClassName
{
color: #42602C;
}
.AnyTagClassName
{
color: #42602C;
}
</style>
background-color css
<style>
a { background-color: #42602C; }
a { background-color: rgb(66,96,44); }
div.DivClassName
{
background-color: #42602C;
}
.BgClassName
{
background-color: #42602C;
}
</style>
border-color css
<style>
span { border-color: #42602C; }
span { border-color: rgb(66,96,44); }
td.TdClassName
{
border-color: #42602C;
}
.TagClassName
{
border-color: #42602C;
}
</style>