Shades of Dell #415E2C
Tints of Dell #415E2C
RGB
CMYK
RGB Variations
Color information
#415E2C (or 0x415E2C) is known color: Dell. HEX triplet: 41, 5E and 2C. RGB value is (65,94,44). Sum of RGB (Red+Green+Blue) = 65+94+44=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 94 - color contains mainly: green. Hex color #415E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415E2C is #BEA1D3. Grayscale: #4F4F4F. Windows color (decimal): -12493268 or 2907713. OLE color: 2907713.
HSL color Cylindrical-coordinate representation of color #415E2C: hue angle of 94.8º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #415E2C is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 94 | 44 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.63 |
| HSL | 94.8º | 0.36% | 0.27% | - |
| HSV(B) | 94.8º | 0.53% | 0.37% | - |
| XYZ | 6.64 | 9.31 | 3.83 | - |
| YUV | 79.63 | 107.89 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 94 | 44 | 0.31 | 0 | 0.53 | 0.63 | 94.8 | 0.36 | 0.27 |
| Hex | 41 | 5E | 2C | 1F | 0 | 35 | 3F | 5F | 24 | 1B |
| Octal | 101 | 136 | 54 | 37 | 0 | 65 | 77 | 137 | 44 | 33 |
| Binary | 1000001 | 1011110 | 101100 | 11111 | 0 | 110101 | 111111 | 1011111 | 100100 | 11011 |
Color Harmonies of #415E2C
Complementary color
Monochromatic Colors of #415E2C
Black with #415E2C
Text Example
Text Example
White with #415E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415E2C; }
p { color: rgb(65,94,44); }
H1.HeaderClassName
{
color: #415E2C;
}
.AnyTagClassName
{
color: #415E2C;
}
</style>
background-color css
<style>
a { background-color: #415E2C; }
a { background-color: rgb(65,94,44); }
div.DivClassName
{
background-color: #415E2C;
}
.BgClassName
{
background-color: #415E2C;
}
</style>
border-color css
<style>
span { border-color: #415E2C; }
span { border-color: rgb(65,94,44); }
td.TdClassName
{
border-color: #415E2C;
}
.TagClassName
{
border-color: #415E2C;
}
</style>