Shades of Dell #40582F
Tints of Dell #40582F
RGB
CMYK
RGB Variations
Color information
#40582F (or 0x40582F) is known color: Dell. HEX triplet: 40, 58 and 2F. RGB value is (64,88,47). Sum of RGB (Red+Green+Blue) = 64+88+47=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 88 - color contains mainly: green. Hex color #40582F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40582F is #BFA7D0. Grayscale: #4C4C4C. Windows color (decimal): -12560337 or 3102784. OLE color: 3102784.
HSL color Cylindrical-coordinate representation of color #40582F: hue angle of 95.12º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40582F is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 88 | 47 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.65 |
| HSL | 95.12º | 0.3% | 0.26% | - |
| HSV(B) | 95.12º | 0.47% | 0.35% | - |
| XYZ | 6.12 | 8.27 | 3.96 | - |
| YUV | 76.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 88 | 47 | 0.27 | 0 | 0.47 | 0.65 | 95.12 | 0.3 | 0.26 |
| Hex | 40 | 58 | 2F | 1B | 0 | 2F | 41 | 5F | 1E | 1A |
| Octal | 100 | 130 | 57 | 33 | 0 | 57 | 101 | 137 | 36 | 32 |
| Binary | 1000000 | 1011000 | 101111 | 11011 | 0 | 101111 | 1000001 | 1011111 | 11110 | 11010 |
Color Harmonies of #40582F
Complementary color
Monochromatic Colors of #40582F
Black with #40582F
Text Example
Text Example
White with #40582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40582F; }
p { color: rgb(64,88,47); }
H1.HeaderClassName
{
color: #40582F;
}
.AnyTagClassName
{
color: #40582F;
}
</style>
background-color css
<style>
a { background-color: #40582F; }
a { background-color: rgb(64,88,47); }
div.DivClassName
{
background-color: #40582F;
}
.BgClassName
{
background-color: #40582F;
}
</style>
border-color css
<style>
span { border-color: #40582F; }
span { border-color: rgb(64,88,47); }
td.TdClassName
{
border-color: #40582F;
}
.TagClassName
{
border-color: #40582F;
}
</style>