Shades of Dell #416C18
Tints of Dell #416C18
RGB
CMYK
RGB Variations
Color information
#416C18 (or 0x416C18) is known color: Dell. HEX triplet: 41, 6C and 18. RGB value is (65,108,24). Sum of RGB (Red+Green+Blue) = 65+108+24=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 108 (42.58% from 255 or 54.82% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 108 - color contains mainly: green. Hex color #416C18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416C18 is #BE93E7. Grayscale: #555555. Windows color (decimal): -12489704 or 1600577. OLE color: 1600577.
HSL color Cylindrical-coordinate representation of color #416C18: hue angle of 90.71º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #416C18 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 108 | 24 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.58 |
| HSL | 90.71º | 0.64% | 0.26% | - |
| HSV(B) | 90.71º | 0.78% | 0.42% | - |
| XYZ | 7.71 | 11.91 | 2.76 | - |
| YUV | 85.57 | 93.25 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 24 | 0.40 | 0 | 0.78 | 0.58 | 90.71 | 0.64 | 0.26 |
| Hex | 41 | 6C | 18 | 28 | 0 | 4E | 3A | 5B | 40 | 1A |
| Octal | 101 | 154 | 30 | 50 | 0 | 116 | 72 | 133 | 100 | 32 |
| Binary | 1000001 | 1101100 | 11000 | 101000 | 0 | 1001110 | 111010 | 1011011 | 1000000 | 11010 |
Color Harmonies of #416C18
Complementary color
Monochromatic Colors of #416C18
Black with #416C18
Text Example
Text Example
White with #416C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C18; }
p { color: rgb(65,108,24); }
H1.HeaderClassName
{
color: #416C18;
}
.AnyTagClassName
{
color: #416C18;
}
</style>
background-color css
<style>
a { background-color: #416C18; }
a { background-color: rgb(65,108,24); }
div.DivClassName
{
background-color: #416C18;
}
.BgClassName
{
background-color: #416C18;
}
</style>
border-color css
<style>
span { border-color: #416C18; }
span { border-color: rgb(65,108,24); }
td.TdClassName
{
border-color: #416C18;
}
.TagClassName
{
border-color: #416C18;
}
</style>