Shades of Dell #416123
Tints of Dell #416123
RGB
CMYK
RGB Variations
Color information
#416123 (or 0x416123) is known color: Dell. HEX triplet: 41, 61 and 23. RGB value is (65,97,35). Sum of RGB (Red+Green+Blue) = 65+97+35=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #416123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416123 is #BE9EDC. Grayscale: #505050. Windows color (decimal): -12492509 or 2318657. OLE color: 2318657.
HSL color Cylindrical-coordinate representation of color #416123: hue angle of 90.97º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #416123 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 97 | 35 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.62 |
| HSL | 90.97º | 0.47% | 0.26% | - |
| HSV(B) | 90.97º | 0.64% | 0.38% | - |
| XYZ | 6.76 | 9.79 | 3.12 | - |
| YUV | 80.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 97 | 35 | 0.33 | 0 | 0.64 | 0.62 | 90.97 | 0.47 | 0.26 |
| Hex | 41 | 61 | 23 | 21 | 0 | 40 | 3E | 5B | 2F | 1A |
| Octal | 101 | 141 | 43 | 41 | 0 | 100 | 76 | 133 | 57 | 32 |
| Binary | 1000001 | 1100001 | 100011 | 100001 | 0 | 1000000 | 111110 | 1011011 | 101111 | 11010 |
Color Harmonies of #416123
Complementary color
Monochromatic Colors of #416123
Black with #416123
Text Example
Text Example
White with #416123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416123; }
p { color: rgb(65,97,35); }
H1.HeaderClassName
{
color: #416123;
}
.AnyTagClassName
{
color: #416123;
}
</style>
background-color css
<style>
a { background-color: #416123; }
a { background-color: rgb(65,97,35); }
div.DivClassName
{
background-color: #416123;
}
.BgClassName
{
background-color: #416123;
}
</style>
border-color css
<style>
span { border-color: #416123; }
span { border-color: rgb(65,97,35); }
td.TdClassName
{
border-color: #416123;
}
.TagClassName
{
border-color: #416123;
}
</style>