Shades of Dell #416B2D
Tints of Dell #416B2D
RGB
CMYK
RGB Variations
Color information
#416B2D (or 0x416B2D) is known color: Dell. HEX triplet: 41, 6B and 2D. RGB value is (65,107,45). Sum of RGB (Red+Green+Blue) = 65+107+45=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #416B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416B2D is #BE94D2. Grayscale: #575757. Windows color (decimal): -12489939 or 2976577. OLE color: 2976577.
HSL color Cylindrical-coordinate representation of color #416B2D: hue angle of 100.65º degrees, saturation: 0.41, 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 #416B2D is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 107 | 45 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.58 |
| HSL | 100.65º | 0.41% | 0.3% | - |
| HSV(B) | 100.65º | 0.58% | 0.42% | - |
| XYZ | 7.91 | 11.83 | 4.35 | - |
| YUV | 87.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 45 | 0.39 | 0 | 0.58 | 0.58 | 100.65 | 0.41 | 0.3 |
| Hex | 41 | 6B | 2D | 27 | 0 | 3A | 3A | 65 | 29 | 1E |
| Octal | 101 | 153 | 55 | 47 | 0 | 72 | 72 | 145 | 51 | 36 |
| Binary | 1000001 | 1101011 | 101101 | 100111 | 0 | 111010 | 111010 | 1100101 | 101001 | 11110 |
Color Harmonies of #416B2D
Complementary color
Monochromatic Colors of #416B2D
Black with #416B2D
Text Example
Text Example
White with #416B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416B2D; }
p { color: rgb(65,107,45); }
H1.HeaderClassName
{
color: #416B2D;
}
.AnyTagClassName
{
color: #416B2D;
}
</style>
background-color css
<style>
a { background-color: #416B2D; }
a { background-color: rgb(65,107,45); }
div.DivClassName
{
background-color: #416B2D;
}
.BgClassName
{
background-color: #416B2D;
}
</style>
border-color css
<style>
span { border-color: #416B2D; }
span { border-color: rgb(65,107,45); }
td.TdClassName
{
border-color: #416B2D;
}
.TagClassName
{
border-color: #416B2D;
}
</style>