Shades of Dell #41701E
Tints of Dell #41701E
RGB
CMYK
RGB Variations
Color information
#41701E (or 0x41701E) is known color: Dell. HEX triplet: 41, 70 and 1E. RGB value is (65,112,30). Sum of RGB (Red+Green+Blue) = 65+112+30=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #41701E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41701E is #BE8FE1. Grayscale: #585858. Windows color (decimal): -12488674 or 1994817. OLE color: 1994817.
HSL color Cylindrical-coordinate representation of color #41701E: hue angle of 94.39º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41701E is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 112 | 30 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.56 |
| HSL | 94.39º | 0.58% | 0.28% | - |
| HSV(B) | 94.39º | 0.73% | 0.44% | - |
| XYZ | 8.21 | 12.81 | 3.27 | - |
| YUV | 88.6 | 94.93 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 30 | 0.42 | 0 | 0.73 | 0.56 | 94.39 | 0.58 | 0.28 |
| Hex | 41 | 70 | 1E | 2A | 0 | 49 | 38 | 5E | 3A | 1C |
| Octal | 101 | 160 | 36 | 52 | 0 | 111 | 70 | 136 | 72 | 34 |
| Binary | 1000001 | 1110000 | 11110 | 101010 | 0 | 1001001 | 111000 | 1011110 | 111010 | 11100 |
Color Harmonies of #41701E
Complementary color
Monochromatic Colors of #41701E
Black with #41701E
Text Example
Text Example
White with #41701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41701E; }
p { color: rgb(65,112,30); }
H1.HeaderClassName
{
color: #41701E;
}
.AnyTagClassName
{
color: #41701E;
}
</style>
background-color css
<style>
a { background-color: #41701E; }
a { background-color: rgb(65,112,30); }
div.DivClassName
{
background-color: #41701E;
}
.BgClassName
{
background-color: #41701E;
}
</style>
border-color css
<style>
span { border-color: #41701E; }
span { border-color: rgb(65,112,30); }
td.TdClassName
{
border-color: #41701E;
}
.TagClassName
{
border-color: #41701E;
}
</style>