Shades of Dell #416C1B
Tints of Dell #416C1B
RGB
CMYK
RGB Variations
Color information
#416C1B (or 0x416C1B) is known color: Dell. HEX triplet: 41, 6C and 1B. RGB value is (65,108,27). Sum of RGB (Red+Green+Blue) = 65+108+27=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 108 (42.58% from 255 or 54% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 108 - color contains mainly: green. Hex color #416C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416C1B is #BE93E4. Grayscale: #565656. Windows color (decimal): -12489701 or 1797185. OLE color: 1797185.
HSL color Cylindrical-coordinate representation of color #416C1B: hue angle of 91.85º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #416C1B is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 108 | 27 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.58 |
| HSL | 91.85º | 0.6% | 0.26% | - |
| HSV(B) | 91.85º | 0.75% | 0.42% | - |
| XYZ | 7.74 | 11.93 | 2.93 | - |
| YUV | 85.91 | 94.75 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 27 | 0.40 | 0 | 0.75 | 0.58 | 91.85 | 0.6 | 0.26 |
| Hex | 41 | 6C | 1B | 28 | 0 | 4B | 3A | 5C | 3C | 1A |
| Octal | 101 | 154 | 33 | 50 | 0 | 113 | 72 | 134 | 74 | 32 |
| Binary | 1000001 | 1101100 | 11011 | 101000 | 0 | 1001011 | 111010 | 1011100 | 111100 | 11010 |
Color Harmonies of #416C1B
Complementary color
Monochromatic Colors of #416C1B
Black with #416C1B
Text Example
Text Example
White with #416C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C1B; }
p { color: rgb(65,108,27); }
H1.HeaderClassName
{
color: #416C1B;
}
.AnyTagClassName
{
color: #416C1B;
}
</style>
background-color css
<style>
a { background-color: #416C1B; }
a { background-color: rgb(65,108,27); }
div.DivClassName
{
background-color: #416C1B;
}
.BgClassName
{
background-color: #416C1B;
}
</style>
border-color css
<style>
span { border-color: #416C1B; }
span { border-color: rgb(65,108,27); }
td.TdClassName
{
border-color: #416C1B;
}
.TagClassName
{
border-color: #416C1B;
}
</style>