Shades of Dell #40632D
Tints of Dell #40632D
RGB
CMYK
RGB Variations
Color information
#40632D (or 0x40632D) is known color: Dell. HEX triplet: 40, 63 and 2D. RGB value is (64,99,45). Sum of RGB (Red+Green+Blue) = 64+99+45=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 99 - color contains mainly: green. Hex color #40632D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40632D is #BF9CD2. Grayscale: #525252. Windows color (decimal): -12557523 or 2974528. OLE color: 2974528.
HSL color Cylindrical-coordinate representation of color #40632D: hue angle of 98.89º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40632D is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 99 | 45 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.61 |
| HSL | 98.89º | 0.38% | 0.28% | - |
| HSV(B) | 98.89º | 0.55% | 0.39% | - |
| XYZ | 7.05 | 10.2 | 4.08 | - |
| YUV | 82.38 | 106.9 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 45 | 0.35 | 0 | 0.55 | 0.61 | 98.89 | 0.38 | 0.28 |
| Hex | 40 | 63 | 2D | 23 | 0 | 37 | 3D | 63 | 26 | 1C |
| Octal | 100 | 143 | 55 | 43 | 0 | 67 | 75 | 143 | 46 | 34 |
| Binary | 1000000 | 1100011 | 101101 | 100011 | 0 | 110111 | 111101 | 1100011 | 100110 | 11100 |
Color Harmonies of #40632D
Complementary color
Monochromatic Colors of #40632D
Black with #40632D
Text Example
Text Example
White with #40632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40632D; }
p { color: rgb(64,99,45); }
H1.HeaderClassName
{
color: #40632D;
}
.AnyTagClassName
{
color: #40632D;
}
</style>
background-color css
<style>
a { background-color: #40632D; }
a { background-color: rgb(64,99,45); }
div.DivClassName
{
background-color: #40632D;
}
.BgClassName
{
background-color: #40632D;
}
</style>
border-color css
<style>
span { border-color: #40632D; }
span { border-color: rgb(64,99,45); }
td.TdClassName
{
border-color: #40632D;
}
.TagClassName
{
border-color: #40632D;
}
</style>