Shades of Dell #405E24
Tints of Dell #405E24
RGB
CMYK
RGB Variations
Color information
#405E24 (or 0x405E24) is known color: Dell. HEX triplet: 40, 5E and 24. RGB value is (64,94,36). Sum of RGB (Red+Green+Blue) = 64+94+36=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 94 (37.11% from 255 or 48.45% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 94 - color contains mainly: green. Hex color #405E24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405E24 is #BFA1DB. Grayscale: #4E4E4E. Windows color (decimal): -12558812 or 2383424. OLE color: 2383424.
HSL color Cylindrical-coordinate representation of color #405E24: hue angle of 91.03º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #405E24 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 94 | 36 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.63 |
| HSL | 91.03º | 0.45% | 0.25% | - |
| HSV(B) | 91.03º | 0.62% | 0.37% | - |
| XYZ | 6.44 | 9.22 | 3.11 | - |
| YUV | 78.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 36 | 0.32 | 0 | 0.62 | 0.63 | 91.03 | 0.45 | 0.25 |
| Hex | 40 | 5E | 24 | 20 | 0 | 3E | 3F | 5B | 2D | 19 |
| Octal | 100 | 136 | 44 | 40 | 0 | 76 | 77 | 133 | 55 | 31 |
| Binary | 1000000 | 1011110 | 100100 | 100000 | 0 | 111110 | 111111 | 1011011 | 101101 | 11001 |
Color Harmonies of #405E24
Complementary color
Monochromatic Colors of #405E24
Black with #405E24
Text Example
Text Example
White with #405E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405E24; }
p { color: rgb(64,94,36); }
H1.HeaderClassName
{
color: #405E24;
}
.AnyTagClassName
{
color: #405E24;
}
</style>
background-color css
<style>
a { background-color: #405E24; }
a { background-color: rgb(64,94,36); }
div.DivClassName
{
background-color: #405E24;
}
.BgClassName
{
background-color: #405E24;
}
</style>
border-color css
<style>
span { border-color: #405E24; }
span { border-color: rgb(64,94,36); }
td.TdClassName
{
border-color: #405E24;
}
.TagClassName
{
border-color: #405E24;
}
</style>