Shades of Dell #416B2B
Tints of Dell #416B2B
RGB
CMYK
RGB Variations
Color information
#416B2B (or 0x416B2B) is known color: Dell. HEX triplet: 41, 6B and 2B. RGB value is (65,107,43). Sum of RGB (Red+Green+Blue) = 65+107+43=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #416B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416B2B is #BE94D4. Grayscale: #575757. Windows color (decimal): -12489941 or 2845505. OLE color: 2845505.
HSL color Cylindrical-coordinate representation of color #416B2B: hue angle of 99.38º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #416B2B is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 107 | 43 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.58 |
| HSL | 99.38º | 0.43% | 0.29% | - |
| HSV(B) | 99.38º | 0.6% | 0.42% | - |
| XYZ | 7.87 | 11.81 | 4.15 | - |
| YUV | 87.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 43 | 0.39 | 0 | 0.60 | 0.58 | 99.38 | 0.43 | 0.29 |
| Hex | 41 | 6B | 2B | 27 | 0 | 3C | 3A | 63 | 2B | 1D |
| Octal | 101 | 153 | 53 | 47 | 0 | 74 | 72 | 143 | 53 | 35 |
| Binary | 1000001 | 1101011 | 101011 | 100111 | 0 | 111100 | 111010 | 1100011 | 101011 | 11101 |
Color Harmonies of #416B2B
Complementary color
Monochromatic Colors of #416B2B
Black with #416B2B
Text Example
Text Example
White with #416B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416B2B; }
p { color: rgb(65,107,43); }
H1.HeaderClassName
{
color: #416B2B;
}
.AnyTagClassName
{
color: #416B2B;
}
</style>
background-color css
<style>
a { background-color: #416B2B; }
a { background-color: rgb(65,107,43); }
div.DivClassName
{
background-color: #416B2B;
}
.BgClassName
{
background-color: #416B2B;
}
</style>
border-color css
<style>
span { border-color: #416B2B; }
span { border-color: rgb(65,107,43); }
td.TdClassName
{
border-color: #416B2B;
}
.TagClassName
{
border-color: #416B2B;
}
</style>