Shades of Dell #40572F
Tints of Dell #40572F
RGB
CMYK
RGB Variations
Color information
#40572F (or 0x40572F) is known color: Dell. HEX triplet: 40, 57 and 2F. RGB value is (64,87,47). Sum of RGB (Red+Green+Blue) = 64+87+47=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 87 - color contains mainly: green. Hex color #40572F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40572F is #BFA8D0. Grayscale: #4B4B4B. Windows color (decimal): -12560593 or 3102528. OLE color: 3102528.
HSL color Cylindrical-coordinate representation of color #40572F: hue angle of 94.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40572F is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 87 | 47 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.66 |
| HSL | 94.5º | 0.3% | 0.26% | - |
| HSV(B) | 94.5º | 0.46% | 0.34% | - |
| XYZ | 6.04 | 8.11 | 3.94 | - |
| YUV | 75.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 87 | 47 | 0.26 | 0 | 0.46 | 0.66 | 94.5 | 0.3 | 0.26 |
| Hex | 40 | 57 | 2F | 1A | 0 | 2E | 42 | 5E | 1E | 1A |
| Octal | 100 | 127 | 57 | 32 | 0 | 56 | 102 | 136 | 36 | 32 |
| Binary | 1000000 | 1010111 | 101111 | 11010 | 0 | 101110 | 1000010 | 1011110 | 11110 | 11010 |
Color Harmonies of #40572F
Complementary color
Monochromatic Colors of #40572F
Black with #40572F
Text Example
Text Example
White with #40572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40572F; }
p { color: rgb(64,87,47); }
H1.HeaderClassName
{
color: #40572F;
}
.AnyTagClassName
{
color: #40572F;
}
</style>
background-color css
<style>
a { background-color: #40572F; }
a { background-color: rgb(64,87,47); }
div.DivClassName
{
background-color: #40572F;
}
.BgClassName
{
background-color: #40572F;
}
</style>
border-color css
<style>
span { border-color: #40572F; }
span { border-color: rgb(64,87,47); }
td.TdClassName
{
border-color: #40572F;
}
.TagClassName
{
border-color: #40572F;
}
</style>