Shades of Dell #405F29
Tints of Dell #405F29
RGB
CMYK
RGB Variations
Color information
#405F29 (or 0x405F29) is known color: Dell. HEX triplet: 40, 5F and 29. RGB value is (64,95,41). Sum of RGB (Red+Green+Blue) = 64+95+41=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 95 - color contains mainly: green. Hex color #405F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405F29 is #BFA0D6. Grayscale: #4F4F4F. Windows color (decimal): -12558551 or 2711360. OLE color: 2711360.
HSL color Cylindrical-coordinate representation of color #405F29: hue angle of 94.44º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #405F29 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 95 | 41 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.63 |
| HSL | 94.44º | 0.4% | 0.27% | - |
| HSV(B) | 94.44º | 0.57% | 0.37% | - |
| XYZ | 6.61 | 9.43 | 3.57 | - |
| YUV | 79.58 | 106.23 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 41 | 0.33 | 0 | 0.57 | 0.63 | 94.44 | 0.4 | 0.27 |
| Hex | 40 | 5F | 29 | 21 | 0 | 39 | 3F | 5E | 28 | 1B |
| Octal | 100 | 137 | 51 | 41 | 0 | 71 | 77 | 136 | 50 | 33 |
| Binary | 1000000 | 1011111 | 101001 | 100001 | 0 | 111001 | 111111 | 1011110 | 101000 | 11011 |
Color Harmonies of #405F29
Complementary color
Monochromatic Colors of #405F29
Black with #405F29
Text Example
Text Example
White with #405F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F29; }
p { color: rgb(64,95,41); }
H1.HeaderClassName
{
color: #405F29;
}
.AnyTagClassName
{
color: #405F29;
}
</style>
background-color css
<style>
a { background-color: #405F29; }
a { background-color: rgb(64,95,41); }
div.DivClassName
{
background-color: #405F29;
}
.BgClassName
{
background-color: #405F29;
}
</style>
border-color css
<style>
span { border-color: #405F29; }
span { border-color: rgb(64,95,41); }
td.TdClassName
{
border-color: #405F29;
}
.TagClassName
{
border-color: #405F29;
}
</style>