Shades of Dell #416C16
Tints of Dell #416C16
RGB
CMYK
RGB Variations
Color information
#416C16 (or 0x416C16) is known color: Dell. HEX triplet: 41, 6C and 16. RGB value is (65,108,22). Sum of RGB (Red+Green+Blue) = 65+108+22=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 108 (42.58% from 255 or 55.38% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 108 - color contains mainly: green. Hex color #416C16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416C16 is #BE93E9. Grayscale: #555555. Windows color (decimal): -12489706 or 1469505. OLE color: 1469505.
HSL color Cylindrical-coordinate representation of color #416C16: hue angle of 90º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #416C16 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 108 | 22 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.58 |
| HSL | 90º | 0.66% | 0.25% | - |
| HSV(B) | 90º | 0.8% | 0.42% | - |
| XYZ | 7.69 | 11.91 | 2.65 | - |
| YUV | 85.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 22 | 0.40 | 0 | 0.80 | 0.58 | 90 | 0.66 | 0.25 |
| Hex | 41 | 6C | 16 | 28 | 0 | 50 | 3A | 5A | 42 | 19 |
| Octal | 101 | 154 | 26 | 50 | 0 | 120 | 72 | 132 | 102 | 31 |
| Binary | 1000001 | 1101100 | 10110 | 101000 | 0 | 1010000 | 111010 | 1011010 | 1000010 | 11001 |
Color Harmonies of #416C16
Complementary color
Monochromatic Colors of #416C16
Black with #416C16
Text Example
Text Example
White with #416C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C16; }
p { color: rgb(65,108,22); }
H1.HeaderClassName
{
color: #416C16;
}
.AnyTagClassName
{
color: #416C16;
}
</style>
background-color css
<style>
a { background-color: #416C16; }
a { background-color: rgb(65,108,22); }
div.DivClassName
{
background-color: #416C16;
}
.BgClassName
{
background-color: #416C16;
}
</style>
border-color css
<style>
span { border-color: #416C16; }
span { border-color: rgb(65,108,22); }
td.TdClassName
{
border-color: #416C16;
}
.TagClassName
{
border-color: #416C16;
}
</style>