Shades of Dell #416C1D
Tints of Dell #416C1D
RGB
CMYK
RGB Variations
Color information
#416C1D (or 0x416C1D) is known color: Dell. HEX triplet: 41, 6C and 1D. RGB value is (65,108,29). Sum of RGB (Red+Green+Blue) = 65+108+29=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 108 (42.58% from 255 or 53.47% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 108 - color contains mainly: green. Hex color #416C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416C1D is #BE93E2. Grayscale: #565656. Windows color (decimal): -12489699 or 1928257. OLE color: 1928257.
HSL color Cylindrical-coordinate representation of color #416C1D: hue angle of 92.66º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #416C1D is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 108 | 29 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.58 |
| HSL | 92.66º | 0.58% | 0.27% | - |
| HSV(B) | 92.66º | 0.73% | 0.42% | - |
| XYZ | 7.76 | 11.94 | 3.06 | - |
| YUV | 86.14 | 95.75 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 29 | 0.40 | 0 | 0.73 | 0.58 | 92.66 | 0.58 | 0.27 |
| Hex | 41 | 6C | 1D | 28 | 0 | 49 | 3A | 5D | 3A | 1B |
| Octal | 101 | 154 | 35 | 50 | 0 | 111 | 72 | 135 | 72 | 33 |
| Binary | 1000001 | 1101100 | 11101 | 101000 | 0 | 1001001 | 111010 | 1011101 | 111010 | 11011 |
Color Harmonies of #416C1D
Complementary color
Monochromatic Colors of #416C1D
Black with #416C1D
Text Example
Text Example
White with #416C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C1D; }
p { color: rgb(65,108,29); }
H1.HeaderClassName
{
color: #416C1D;
}
.AnyTagClassName
{
color: #416C1D;
}
</style>
background-color css
<style>
a { background-color: #416C1D; }
a { background-color: rgb(65,108,29); }
div.DivClassName
{
background-color: #416C1D;
}
.BgClassName
{
background-color: #416C1D;
}
</style>
border-color css
<style>
span { border-color: #416C1D; }
span { border-color: rgb(65,108,29); }
td.TdClassName
{
border-color: #416C1D;
}
.TagClassName
{
border-color: #416C1D;
}
</style>