Shades of Dell #416B1E
Tints of Dell #416B1E
RGB
CMYK
RGB Variations
Color information
#416B1E (or 0x416B1E) is known color: Dell. HEX triplet: 41, 6B and 1E. RGB value is (65,107,30). Sum of RGB (Red+Green+Blue) = 65+107+30=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 107 (42.19% from 255 or 52.97% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 107 - color contains mainly: green. Hex color #416B1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416B1E is #BE94E1. Grayscale: #555555. Windows color (decimal): -12489954 or 1993537. OLE color: 1993537.
HSL color Cylindrical-coordinate representation of color #416B1E: hue angle of 92.73º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #416B1E is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 107 | 30 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.58 |
| HSL | 92.73º | 0.56% | 0.27% | - |
| HSV(B) | 92.73º | 0.72% | 0.42% | - |
| XYZ | 7.67 | 11.73 | 3.09 | - |
| YUV | 85.66 | 96.59 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 30 | 0.39 | 0 | 0.72 | 0.58 | 92.73 | 0.56 | 0.27 |
| Hex | 41 | 6B | 1E | 27 | 0 | 48 | 3A | 5D | 38 | 1B |
| Octal | 101 | 153 | 36 | 47 | 0 | 110 | 72 | 135 | 70 | 33 |
| Binary | 1000001 | 1101011 | 11110 | 100111 | 0 | 1001000 | 111010 | 1011101 | 111000 | 11011 |
Color Harmonies of #416B1E
Complementary color
Monochromatic Colors of #416B1E
Black with #416B1E
Text Example
Text Example
White with #416B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416B1E; }
p { color: rgb(65,107,30); }
H1.HeaderClassName
{
color: #416B1E;
}
.AnyTagClassName
{
color: #416B1E;
}
</style>
background-color css
<style>
a { background-color: #416B1E; }
a { background-color: rgb(65,107,30); }
div.DivClassName
{
background-color: #416B1E;
}
.BgClassName
{
background-color: #416B1E;
}
</style>
border-color css
<style>
span { border-color: #416B1E; }
span { border-color: rgb(65,107,30); }
td.TdClassName
{
border-color: #416B1E;
}
.TagClassName
{
border-color: #416B1E;
}
</style>