Shades of Dell #416D2A
Tints of Dell #416D2A
RGB
CMYK
RGB Variations
Color information
#416D2A (or 0x416D2A) is known color: Dell. HEX triplet: 41, 6D and 2A. RGB value is (65,109,42). Sum of RGB (Red+Green+Blue) = 65+109+42=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #416D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416D2A is #BE92D5. Grayscale: #585858. Windows color (decimal): -12489430 or 2780481. OLE color: 2780481.
HSL color Cylindrical-coordinate representation of color #416D2A: hue angle of 99.4º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #416D2A is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 109 | 42 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.57 |
| HSL | 99.4º | 0.44% | 0.3% | - |
| HSV(B) | 99.4º | 0.61% | 0.43% | - |
| XYZ | 8.07 | 12.23 | 4.13 | - |
| YUV | 88.21 | 101.92 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 42 | 0.40 | 0 | 0.61 | 0.57 | 99.4 | 0.44 | 0.3 |
| Hex | 41 | 6D | 2A | 28 | 0 | 3D | 39 | 63 | 2C | 1E |
| Octal | 101 | 155 | 52 | 50 | 0 | 75 | 71 | 143 | 54 | 36 |
| Binary | 1000001 | 1101101 | 101010 | 101000 | 0 | 111101 | 111001 | 1100011 | 101100 | 11110 |
Color Harmonies of #416D2A
Complementary color
Monochromatic Colors of #416D2A
Black with #416D2A
Text Example
Text Example
White with #416D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416D2A; }
p { color: rgb(65,109,42); }
H1.HeaderClassName
{
color: #416D2A;
}
.AnyTagClassName
{
color: #416D2A;
}
</style>
background-color css
<style>
a { background-color: #416D2A; }
a { background-color: rgb(65,109,42); }
div.DivClassName
{
background-color: #416D2A;
}
.BgClassName
{
background-color: #416D2A;
}
</style>
border-color css
<style>
span { border-color: #416D2A; }
span { border-color: rgb(65,109,42); }
td.TdClassName
{
border-color: #416D2A;
}
.TagClassName
{
border-color: #416D2A;
}
</style>