Shades of Dell #416C17
Tints of Dell #416C17
RGB
CMYK
RGB Variations
Color information
#416C17 (or 0x416C17) is known color: Dell. HEX triplet: 41, 6C and 17. RGB value is (65,108,23). Sum of RGB (Red+Green+Blue) = 65+108+23=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #416C17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416C17 is #BE93E8. Grayscale: #555555. Windows color (decimal): -12489705 or 1535041. OLE color: 1535041.
HSL color Cylindrical-coordinate representation of color #416C17: hue angle of 90.35º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #416C17 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 108 | 23 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.58 |
| HSL | 90.35º | 0.65% | 0.26% | - |
| HSV(B) | 90.35º | 0.79% | 0.42% | - |
| XYZ | 7.7 | 11.91 | 2.7 | - |
| YUV | 85.45 | 92.75 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 23 | 0.40 | 0 | 0.79 | 0.58 | 90.35 | 0.65 | 0.26 |
| Hex | 41 | 6C | 17 | 28 | 0 | 4F | 3A | 5A | 41 | 1A |
| Octal | 101 | 154 | 27 | 50 | 0 | 117 | 72 | 132 | 101 | 32 |
| Binary | 1000001 | 1101100 | 10111 | 101000 | 0 | 1001111 | 111010 | 1011010 | 1000001 | 11010 |
Color Harmonies of #416C17
Complementary color
Monochromatic Colors of #416C17
Black with #416C17
Text Example
Text Example
White with #416C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C17; }
p { color: rgb(65,108,23); }
H1.HeaderClassName
{
color: #416C17;
}
.AnyTagClassName
{
color: #416C17;
}
</style>
background-color css
<style>
a { background-color: #416C17; }
a { background-color: rgb(65,108,23); }
div.DivClassName
{
background-color: #416C17;
}
.BgClassName
{
background-color: #416C17;
}
</style>
border-color css
<style>
span { border-color: #416C17; }
span { border-color: rgb(65,108,23); }
td.TdClassName
{
border-color: #416C17;
}
.TagClassName
{
border-color: #416C17;
}
</style>