Shades of Dell #416C24
Tints of Dell #416C24
RGB
CMYK
RGB Variations
Color information
#416C24 (or 0x416C24) is known color: Dell. HEX triplet: 41, 6C and 24. RGB value is (65,108,36). Sum of RGB (Red+Green+Blue) = 65+108+36=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 108 (42.58% from 255 or 51.67% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 108 - color contains mainly: green. Hex color #416C24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416C24 is #BE93DB. Grayscale: #575757. Windows color (decimal): -12489692 or 2387009. OLE color: 2387009.
HSL color Cylindrical-coordinate representation of color #416C24: hue angle of 95.83º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #416C24 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 108 | 36 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.58 |
| HSL | 95.83º | 0.5% | 0.28% | - |
| HSV(B) | 95.83º | 0.67% | 0.42% | - |
| XYZ | 7.86 | 11.98 | 3.57 | - |
| YUV | 86.94 | 99.25 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 36 | 0.40 | 0 | 0.67 | 0.58 | 95.83 | 0.5 | 0.28 |
| Hex | 41 | 6C | 24 | 28 | 0 | 43 | 3A | 60 | 32 | 1C |
| Octal | 101 | 154 | 44 | 50 | 0 | 103 | 72 | 140 | 62 | 34 |
| Binary | 1000001 | 1101100 | 100100 | 101000 | 0 | 1000011 | 111010 | 1100000 | 110010 | 11100 |
Color Harmonies of #416C24
Complementary color
Monochromatic Colors of #416C24
Black with #416C24
Text Example
Text Example
White with #416C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C24; }
p { color: rgb(65,108,36); }
H1.HeaderClassName
{
color: #416C24;
}
.AnyTagClassName
{
color: #416C24;
}
</style>
background-color css
<style>
a { background-color: #416C24; }
a { background-color: rgb(65,108,36); }
div.DivClassName
{
background-color: #416C24;
}
.BgClassName
{
background-color: #416C24;
}
</style>
border-color css
<style>
span { border-color: #416C24; }
span { border-color: rgb(65,108,36); }
td.TdClassName
{
border-color: #416C24;
}
.TagClassName
{
border-color: #416C24;
}
</style>