Shades of Dell #415F2B
Tints of Dell #415F2B
RGB
CMYK
RGB Variations
Color information
#415F2B (or 0x415F2B) is known color: Dell. HEX triplet: 41, 5F and 2B. RGB value is (65,95,43). Sum of RGB (Red+Green+Blue) = 65+95+43=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #415F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415F2B is #BEA0D4. Grayscale: #505050. Windows color (decimal): -12493013 or 2842433. OLE color: 2842433.
HSL color Cylindrical-coordinate representation of color #415F2B: hue angle of 94.62º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #415F2B is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 95 | 43 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.63 |
| HSL | 94.62º | 0.38% | 0.27% | - |
| HSV(B) | 94.62º | 0.55% | 0.37% | - |
| XYZ | 6.71 | 9.48 | 3.76 | - |
| YUV | 80.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 95 | 43 | 0.32 | 0 | 0.55 | 0.63 | 94.62 | 0.38 | 0.27 |
| Hex | 41 | 5F | 2B | 20 | 0 | 37 | 3F | 5F | 26 | 1B |
| Octal | 101 | 137 | 53 | 40 | 0 | 67 | 77 | 137 | 46 | 33 |
| Binary | 1000001 | 1011111 | 101011 | 100000 | 0 | 110111 | 111111 | 1011111 | 100110 | 11011 |
Color Harmonies of #415F2B
Complementary color
Monochromatic Colors of #415F2B
Black with #415F2B
Text Example
Text Example
White with #415F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415F2B; }
p { color: rgb(65,95,43); }
H1.HeaderClassName
{
color: #415F2B;
}
.AnyTagClassName
{
color: #415F2B;
}
</style>
background-color css
<style>
a { background-color: #415F2B; }
a { background-color: rgb(65,95,43); }
div.DivClassName
{
background-color: #415F2B;
}
.BgClassName
{
background-color: #415F2B;
}
</style>
border-color css
<style>
span { border-color: #415F2B; }
span { border-color: rgb(65,95,43); }
td.TdClassName
{
border-color: #415F2B;
}
.TagClassName
{
border-color: #415F2B;
}
</style>