Shades of Dell #41701F
Tints of Dell #41701F
RGB
CMYK
RGB Variations
Color information
#41701F (or 0x41701F) is known color: Dell. HEX triplet: 41, 70 and 1F. RGB value is (65,112,31). Sum of RGB (Red+Green+Blue) = 65+112+31=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #41701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41701F is #BE8FE0. Grayscale: #585858. Windows color (decimal): -12488673 or 2060353. OLE color: 2060353.
HSL color Cylindrical-coordinate representation of color #41701F: hue angle of 94.81º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41701F is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 112 | 31 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.56 |
| HSL | 94.81º | 0.57% | 0.28% | - |
| HSV(B) | 94.81º | 0.72% | 0.44% | - |
| XYZ | 8.22 | 12.81 | 3.34 | - |
| YUV | 88.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 31 | 0.42 | 0 | 0.72 | 0.56 | 94.81 | 0.57 | 0.28 |
| Hex | 41 | 70 | 1F | 2A | 0 | 48 | 38 | 5F | 39 | 1C |
| Octal | 101 | 160 | 37 | 52 | 0 | 110 | 70 | 137 | 71 | 34 |
| Binary | 1000001 | 1110000 | 11111 | 101010 | 0 | 1001000 | 111000 | 1011111 | 111001 | 11100 |
Color Harmonies of #41701F
Complementary color
Monochromatic Colors of #41701F
Black with #41701F
Text Example
Text Example
White with #41701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41701F; }
p { color: rgb(65,112,31); }
H1.HeaderClassName
{
color: #41701F;
}
.AnyTagClassName
{
color: #41701F;
}
</style>
background-color css
<style>
a { background-color: #41701F; }
a { background-color: rgb(65,112,31); }
div.DivClassName
{
background-color: #41701F;
}
.BgClassName
{
background-color: #41701F;
}
</style>
border-color css
<style>
span { border-color: #41701F; }
span { border-color: rgb(65,112,31); }
td.TdClassName
{
border-color: #41701F;
}
.TagClassName
{
border-color: #41701F;
}
</style>