Shades of Dell #405B2E
Tints of Dell #405B2E
RGB
CMYK
RGB Variations
Color information
#405B2E (or 0x405B2E) is known color: Dell. HEX triplet: 40, 5B and 2E. RGB value is (64,91,46). Sum of RGB (Red+Green+Blue) = 64+91+46=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 91 - color contains mainly: green. Hex color #405B2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405B2E is #BFA4D1. Grayscale: #4D4D4D. Windows color (decimal): -12559570 or 3038016. OLE color: 3038016.
HSL color Cylindrical-coordinate representation of color #405B2E: hue angle of 96º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #405B2E is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 91 | 46 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.64 |
| HSL | 96º | 0.33% | 0.27% | - |
| HSV(B) | 96º | 0.49% | 0.36% | - |
| XYZ | 6.35 | 8.77 | 3.94 | - |
| YUV | 77.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 46 | 0.30 | 0 | 0.49 | 0.64 | 96 | 0.33 | 0.27 |
| Hex | 40 | 5B | 2E | 1E | 0 | 31 | 40 | 60 | 21 | 1B |
| Octal | 100 | 133 | 56 | 36 | 0 | 61 | 100 | 140 | 41 | 33 |
| Binary | 1000000 | 1011011 | 101110 | 11110 | 0 | 110001 | 1000000 | 1100000 | 100001 | 11011 |
Color Harmonies of #405B2E
Complementary color
Monochromatic Colors of #405B2E
Black with #405B2E
Text Example
Text Example
White with #405B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B2E; }
p { color: rgb(64,91,46); }
H1.HeaderClassName
{
color: #405B2E;
}
.AnyTagClassName
{
color: #405B2E;
}
</style>
background-color css
<style>
a { background-color: #405B2E; }
a { background-color: rgb(64,91,46); }
div.DivClassName
{
background-color: #405B2E;
}
.BgClassName
{
background-color: #405B2E;
}
</style>
border-color css
<style>
span { border-color: #405B2E; }
span { border-color: rgb(64,91,46); }
td.TdClassName
{
border-color: #405B2E;
}
.TagClassName
{
border-color: #405B2E;
}
</style>