Shades of Dell #40632A
Tints of Dell #40632A
RGB
CMYK
RGB Variations
Color information
#40632A (or 0x40632A) is known color: Dell. HEX triplet: 40, 63 and 2A. RGB value is (64,99,42). Sum of RGB (Red+Green+Blue) = 64+99+42=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #40632A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40632A is #BF9CD5. Grayscale: #525252. Windows color (decimal): -12557526 or 2777920. OLE color: 2777920.
HSL color Cylindrical-coordinate representation of color #40632A: hue angle of 96.84º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40632A is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 99 | 42 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.61 |
| HSL | 96.84º | 0.4% | 0.28% | - |
| HSV(B) | 96.84º | 0.58% | 0.39% | - |
| XYZ | 6.99 | 10.18 | 3.79 | - |
| YUV | 82.04 | 105.4 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 42 | 0.35 | 0 | 0.58 | 0.61 | 96.84 | 0.4 | 0.28 |
| Hex | 40 | 63 | 2A | 23 | 0 | 3A | 3D | 61 | 28 | 1C |
| Octal | 100 | 143 | 52 | 43 | 0 | 72 | 75 | 141 | 50 | 34 |
| Binary | 1000000 | 1100011 | 101010 | 100011 | 0 | 111010 | 111101 | 1100001 | 101000 | 11100 |
Color Harmonies of #40632A
Complementary color
Monochromatic Colors of #40632A
Black with #40632A
Text Example
Text Example
White with #40632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40632A; }
p { color: rgb(64,99,42); }
H1.HeaderClassName
{
color: #40632A;
}
.AnyTagClassName
{
color: #40632A;
}
</style>
background-color css
<style>
a { background-color: #40632A; }
a { background-color: rgb(64,99,42); }
div.DivClassName
{
background-color: #40632A;
}
.BgClassName
{
background-color: #40632A;
}
</style>
border-color css
<style>
span { border-color: #40632A; }
span { border-color: rgb(64,99,42); }
td.TdClassName
{
border-color: #40632A;
}
.TagClassName
{
border-color: #40632A;
}
</style>