Shades of Dell #40602C
Tints of Dell #40602C
RGB
CMYK
RGB Variations
Color information
#40602C (or 0x40602C) is known color: Dell. HEX triplet: 40, 60 and 2C. RGB value is (64,96,44). Sum of RGB (Red+Green+Blue) = 64+96+44=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #40602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40602C is #BF9FD3. Grayscale: #505050. Windows color (decimal): -12558292 or 2908224. OLE color: 2908224.
HSL color Cylindrical-coordinate representation of color #40602C: hue angle of 96.92º 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 #40602C is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 96 | 44 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.62 |
| HSL | 96.92º | 0.37% | 0.27% | - |
| HSV(B) | 96.92º | 0.54% | 0.38% | - |
| XYZ | 6.75 | 9.64 | 3.89 | - |
| YUV | 80.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 44 | 0.33 | 0 | 0.54 | 0.62 | 96.92 | 0.37 | 0.27 |
| Hex | 40 | 60 | 2C | 21 | 0 | 36 | 3E | 61 | 25 | 1B |
| Octal | 100 | 140 | 54 | 41 | 0 | 66 | 76 | 141 | 45 | 33 |
| Binary | 1000000 | 1100000 | 101100 | 100001 | 0 | 110110 | 111110 | 1100001 | 100101 | 11011 |
Color Harmonies of #40602C
Complementary color
Monochromatic Colors of #40602C
Black with #40602C
Text Example
Text Example
White with #40602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40602C; }
p { color: rgb(64,96,44); }
H1.HeaderClassName
{
color: #40602C;
}
.AnyTagClassName
{
color: #40602C;
}
</style>
background-color css
<style>
a { background-color: #40602C; }
a { background-color: rgb(64,96,44); }
div.DivClassName
{
background-color: #40602C;
}
.BgClassName
{
background-color: #40602C;
}
</style>
border-color css
<style>
span { border-color: #40602C; }
span { border-color: rgb(64,96,44); }
td.TdClassName
{
border-color: #40602C;
}
.TagClassName
{
border-color: #40602C;
}
</style>