Shades of Dell #405E23
Tints of Dell #405E23
RGB
CMYK
RGB Variations
Color information
#405E23 (or 0x405E23) is known color: Dell. HEX triplet: 40, 5E and 23. RGB value is (64,94,35). Sum of RGB (Red+Green+Blue) = 64+94+35=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 94 (37.11% from 255 or 48.70% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 94 - color contains mainly: green. Hex color #405E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405E23 is #BFA1DC. Grayscale: #4E4E4E. Windows color (decimal): -12558813 or 2317888. OLE color: 2317888.
HSL color Cylindrical-coordinate representation of color #405E23: hue angle of 90.51º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #405E23 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 94 | 35 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.63 |
| HSL | 90.51º | 0.46% | 0.25% | - |
| HSV(B) | 90.51º | 0.63% | 0.37% | - |
| XYZ | 6.42 | 9.22 | 3.03 | - |
| YUV | 78.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 35 | 0.32 | 0 | 0.63 | 0.63 | 90.51 | 0.46 | 0.25 |
| Hex | 40 | 5E | 23 | 20 | 0 | 3F | 3F | 5B | 2E | 19 |
| Octal | 100 | 136 | 43 | 40 | 0 | 77 | 77 | 133 | 56 | 31 |
| Binary | 1000000 | 1011110 | 100011 | 100000 | 0 | 111111 | 111111 | 1011011 | 101110 | 11001 |
Color Harmonies of #405E23
Complementary color
Monochromatic Colors of #405E23
Black with #405E23
Text Example
Text Example
White with #405E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405E23; }
p { color: rgb(64,94,35); }
H1.HeaderClassName
{
color: #405E23;
}
.AnyTagClassName
{
color: #405E23;
}
</style>
background-color css
<style>
a { background-color: #405E23; }
a { background-color: rgb(64,94,35); }
div.DivClassName
{
background-color: #405E23;
}
.BgClassName
{
background-color: #405E23;
}
</style>
border-color css
<style>
span { border-color: #405E23; }
span { border-color: rgb(64,94,35); }
td.TdClassName
{
border-color: #405E23;
}
.TagClassName
{
border-color: #405E23;
}
</style>