Shades of Dell #416F1D
Tints of Dell #416F1D
RGB
CMYK
RGB Variations
Color information
#416F1D (or 0x416F1D) is known color: Dell. HEX triplet: 41, 6F and 1D. RGB value is (65,111,29). Sum of RGB (Red+Green+Blue) = 65+111+29=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #416F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416F1D is #BE90E2. Grayscale: #585858. Windows color (decimal): -12488931 or 1929025. OLE color: 1929025.
HSL color Cylindrical-coordinate representation of color #416F1D: hue angle of 93.66º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #416F1D is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 111 | 29 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.56 |
| HSL | 93.66º | 0.59% | 0.27% | - |
| HSV(B) | 93.66º | 0.74% | 0.44% | - |
| XYZ | 8.09 | 12.58 | 3.16 | - |
| YUV | 87.9 | 94.76 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 29 | 0.41 | 0 | 0.74 | 0.56 | 93.66 | 0.59 | 0.27 |
| Hex | 41 | 6F | 1D | 29 | 0 | 4A | 38 | 5E | 3B | 1B |
| Octal | 101 | 157 | 35 | 51 | 0 | 112 | 70 | 136 | 73 | 33 |
| Binary | 1000001 | 1101111 | 11101 | 101001 | 0 | 1001010 | 111000 | 1011110 | 111011 | 11011 |
Color Harmonies of #416F1D
Complementary color
Monochromatic Colors of #416F1D
Black with #416F1D
Text Example
Text Example
White with #416F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416F1D; }
p { color: rgb(65,111,29); }
H1.HeaderClassName
{
color: #416F1D;
}
.AnyTagClassName
{
color: #416F1D;
}
</style>
background-color css
<style>
a { background-color: #416F1D; }
a { background-color: rgb(65,111,29); }
div.DivClassName
{
background-color: #416F1D;
}
.BgClassName
{
background-color: #416F1D;
}
</style>
border-color css
<style>
span { border-color: #416F1D; }
span { border-color: rgb(65,111,29); }
td.TdClassName
{
border-color: #416F1D;
}
.TagClassName
{
border-color: #416F1D;
}
</style>