Shades of Dell #405B28
Tints of Dell #405B28
RGB
CMYK
RGB Variations
Color information
#405B28 (or 0x405B28) is known color: Dell. HEX triplet: 40, 5B and 28. RGB value is (64,91,40). Sum of RGB (Red+Green+Blue) = 64+91+40=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 91 - color contains mainly: green. Hex color #405B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405B28 is #BFA4D7. Grayscale: #4D4D4D. Windows color (decimal): -12559576 or 2644800. OLE color: 2644800.
HSL color Cylindrical-coordinate representation of color #405B28: hue angle of 91.76º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #405B28 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 91 | 40 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.64 |
| HSL | 91.76º | 0.39% | 0.26% | - |
| HSV(B) | 91.76º | 0.56% | 0.36% | - |
| XYZ | 6.24 | 8.73 | 3.36 | - |
| YUV | 77.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 40 | 0.30 | 0 | 0.56 | 0.64 | 91.76 | 0.39 | 0.26 |
| Hex | 40 | 5B | 28 | 1E | 0 | 38 | 40 | 5C | 27 | 1A |
| Octal | 100 | 133 | 50 | 36 | 0 | 70 | 100 | 134 | 47 | 32 |
| Binary | 1000000 | 1011011 | 101000 | 11110 | 0 | 111000 | 1000000 | 1011100 | 100111 | 11010 |
Color Harmonies of #405B28
Complementary color
Monochromatic Colors of #405B28
Black with #405B28
Text Example
Text Example
White with #405B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B28; }
p { color: rgb(64,91,40); }
H1.HeaderClassName
{
color: #405B28;
}
.AnyTagClassName
{
color: #405B28;
}
</style>
background-color css
<style>
a { background-color: #405B28; }
a { background-color: rgb(64,91,40); }
div.DivClassName
{
background-color: #405B28;
}
.BgClassName
{
background-color: #405B28;
}
</style>
border-color css
<style>
span { border-color: #405B28; }
span { border-color: rgb(64,91,40); }
td.TdClassName
{
border-color: #405B28;
}
.TagClassName
{
border-color: #405B28;
}
</style>