Shades of Dell #416D24
Tints of Dell #416D24
RGB
CMYK
RGB Variations
Color information
#416D24 (or 0x416D24) is known color: Dell. HEX triplet: 41, 6D and 24. RGB value is (65,109,36). Sum of RGB (Red+Green+Blue) = 65+109+36=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 109 (42.97% from 255 or 51.90% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 109 - color contains mainly: green. Hex color #416D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416D24 is #BE92DB. Grayscale: #575757. Windows color (decimal): -12489436 or 2387265. OLE color: 2387265.
HSL color Cylindrical-coordinate representation of color #416D24: hue angle of 96.16º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #416D24 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 109 | 36 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.57 |
| HSL | 96.16º | 0.5% | 0.28% | - |
| HSV(B) | 96.16º | 0.67% | 0.43% | - |
| XYZ | 7.97 | 12.19 | 3.6 | - |
| YUV | 87.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 36 | 0.40 | 0 | 0.67 | 0.57 | 96.16 | 0.5 | 0.28 |
| Hex | 41 | 6D | 24 | 28 | 0 | 43 | 39 | 60 | 32 | 1C |
| Octal | 101 | 155 | 44 | 50 | 0 | 103 | 71 | 140 | 62 | 34 |
| Binary | 1000001 | 1101101 | 100100 | 101000 | 0 | 1000011 | 111001 | 1100000 | 110010 | 11100 |
Color Harmonies of #416D24
Complementary color
Monochromatic Colors of #416D24
Black with #416D24
Text Example
Text Example
White with #416D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416D24; }
p { color: rgb(65,109,36); }
H1.HeaderClassName
{
color: #416D24;
}
.AnyTagClassName
{
color: #416D24;
}
</style>
background-color css
<style>
a { background-color: #416D24; }
a { background-color: rgb(65,109,36); }
div.DivClassName
{
background-color: #416D24;
}
.BgClassName
{
background-color: #416D24;
}
</style>
border-color css
<style>
span { border-color: #416D24; }
span { border-color: rgb(65,109,36); }
td.TdClassName
{
border-color: #416D24;
}
.TagClassName
{
border-color: #416D24;
}
</style>