Shades of Dell #416C27
Tints of Dell #416C27
RGB
CMYK
RGB Variations
Color information
#416C27 (or 0x416C27) is known color: Dell. HEX triplet: 41, 6C and 27. RGB value is (65,108,39). Sum of RGB (Red+Green+Blue) = 65+108+39=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #416C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416C27 is #BE93D8. Grayscale: #575757. Windows color (decimal): -12489689 or 2583617. OLE color: 2583617.
HSL color Cylindrical-coordinate representation of color #416C27: hue angle of 97.39º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #416C27 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 108 | 39 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.58 |
| HSL | 97.39º | 0.47% | 0.29% | - |
| HSV(B) | 97.39º | 0.64% | 0.42% | - |
| XYZ | 7.91 | 12 | 3.82 | - |
| YUV | 87.28 | 100.75 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 39 | 0.40 | 0 | 0.64 | 0.58 | 97.39 | 0.47 | 0.29 |
| Hex | 41 | 6C | 27 | 28 | 0 | 40 | 3A | 61 | 2F | 1D |
| Octal | 101 | 154 | 47 | 50 | 0 | 100 | 72 | 141 | 57 | 35 |
| Binary | 1000001 | 1101100 | 100111 | 101000 | 0 | 1000000 | 111010 | 1100001 | 101111 | 11101 |
Color Harmonies of #416C27
Complementary color
Monochromatic Colors of #416C27
Black with #416C27
Text Example
Text Example
White with #416C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C27; }
p { color: rgb(65,108,39); }
H1.HeaderClassName
{
color: #416C27;
}
.AnyTagClassName
{
color: #416C27;
}
</style>
background-color css
<style>
a { background-color: #416C27; }
a { background-color: rgb(65,108,39); }
div.DivClassName
{
background-color: #416C27;
}
.BgClassName
{
background-color: #416C27;
}
</style>
border-color css
<style>
span { border-color: #416C27; }
span { border-color: rgb(65,108,39); }
td.TdClassName
{
border-color: #416C27;
}
.TagClassName
{
border-color: #416C27;
}
</style>