Shades of Dell #416C2B
Tints of Dell #416C2B
RGB
CMYK
RGB Variations
Color information
#416C2B (or 0x416C2B) is known color: Dell. HEX triplet: 41, 6C and 2B. RGB value is (65,108,43). Sum of RGB (Red+Green+Blue) = 65+108+43=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #416C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416C2B is #BE93D4. Grayscale: #575757. Windows color (decimal): -12489685 or 2845761. OLE color: 2845761.
HSL color Cylindrical-coordinate representation of color #416C2B: hue angle of 99.69º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #416C2B is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 108 | 43 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.58 |
| HSL | 99.69º | 0.43% | 0.3% | - |
| HSV(B) | 99.69º | 0.6% | 0.42% | - |
| XYZ | 7.98 | 12.02 | 4.19 | - |
| YUV | 87.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 43 | 0.40 | 0 | 0.60 | 0.58 | 99.69 | 0.43 | 0.3 |
| Hex | 41 | 6C | 2B | 28 | 0 | 3C | 3A | 64 | 2B | 1E |
| Octal | 101 | 154 | 53 | 50 | 0 | 74 | 72 | 144 | 53 | 36 |
| Binary | 1000001 | 1101100 | 101011 | 101000 | 0 | 111100 | 111010 | 1100100 | 101011 | 11110 |
Color Harmonies of #416C2B
Complementary color
Monochromatic Colors of #416C2B
Black with #416C2B
Text Example
Text Example
White with #416C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C2B; }
p { color: rgb(65,108,43); }
H1.HeaderClassName
{
color: #416C2B;
}
.AnyTagClassName
{
color: #416C2B;
}
</style>
background-color css
<style>
a { background-color: #416C2B; }
a { background-color: rgb(65,108,43); }
div.DivClassName
{
background-color: #416C2B;
}
.BgClassName
{
background-color: #416C2B;
}
</style>
border-color css
<style>
span { border-color: #416C2B; }
span { border-color: rgb(65,108,43); }
td.TdClassName
{
border-color: #416C2B;
}
.TagClassName
{
border-color: #416C2B;
}
</style>