Shades of Dell #416A2D
Tints of Dell #416A2D
RGB
CMYK
RGB Variations
Color information
#416A2D (or 0x416A2D) is known color: Dell. HEX triplet: 41, 6A and 2D. RGB value is (65,106,45). Sum of RGB (Red+Green+Blue) = 65+106+45=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 106 (41.80% from 255 or 49.07% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 106 - color contains mainly: green. Hex color #416A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416A2D is #BE95D2. Grayscale: #565656. Windows color (decimal): -12490195 or 2976321. OLE color: 2976321.
HSL color Cylindrical-coordinate representation of color #416A2D: hue angle of 100.33º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #416A2D is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 106 | 45 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.58 |
| HSL | 100.33º | 0.4% | 0.3% | - |
| HSV(B) | 100.33º | 0.58% | 0.42% | - |
| XYZ | 7.81 | 11.62 | 4.31 | - |
| YUV | 86.79 | 104.42 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 45 | 0.39 | 0 | 0.58 | 0.58 | 100.33 | 0.4 | 0.3 |
| Hex | 41 | 6A | 2D | 27 | 0 | 3A | 3A | 64 | 28 | 1E |
| Octal | 101 | 152 | 55 | 47 | 0 | 72 | 72 | 144 | 50 | 36 |
| Binary | 1000001 | 1101010 | 101101 | 100111 | 0 | 111010 | 111010 | 1100100 | 101000 | 11110 |
Color Harmonies of #416A2D
Complementary color
Monochromatic Colors of #416A2D
Black with #416A2D
Text Example
Text Example
White with #416A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416A2D; }
p { color: rgb(65,106,45); }
H1.HeaderClassName
{
color: #416A2D;
}
.AnyTagClassName
{
color: #416A2D;
}
</style>
background-color css
<style>
a { background-color: #416A2D; }
a { background-color: rgb(65,106,45); }
div.DivClassName
{
background-color: #416A2D;
}
.BgClassName
{
background-color: #416A2D;
}
</style>
border-color css
<style>
span { border-color: #416A2D; }
span { border-color: rgb(65,106,45); }
td.TdClassName
{
border-color: #416A2D;
}
.TagClassName
{
border-color: #416A2D;
}
</style>