Shades of Grey-Asparagus #416540
Tints of Grey-Asparagus #416540
RGB
CMYK
RGB Variations
Color information
#416540 (or 0x416540) is known color: Grey-Asparagus. HEX triplet: 41, 65 and 40. RGB value is (65,101,64). Sum of RGB (Red+Green+Blue) = 65+101+64=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #416540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416540 is #BE9ABF. Grayscale: #565656. Windows color (decimal): -12491456 or 4220225. OLE color: 4220225.
HSL color Cylindrical-coordinate representation of color #416540: hue angle of 118.38º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #416540 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 101 | 64 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.60 |
| HSL | 118.38º | 0.22% | 0.32% | - |
| HSV(B) | 118.38º | 0.37% | 0.4% | - |
| XYZ | 7.76 | 10.8 | 6.53 | - |
| YUV | 86.02 | 115.57 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 64 | 0.36 | 0 | 0.37 | 0.60 | 118.38 | 0.22 | 0.32 |
| Hex | 41 | 65 | 40 | 24 | 0 | 25 | 3C | 76 | 16 | 20 |
| Octal | 101 | 145 | 100 | 44 | 0 | 45 | 74 | 166 | 26 | 40 |
| Binary | 1000001 | 1100101 | 1000000 | 100100 | 0 | 100101 | 111100 | 1110110 | 10110 | 100000 |
Color Harmonies of #416540
Complementary color
Monochromatic Colors of #416540
Black with #416540
Text Example
Text Example
White with #416540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416540; }
p { color: rgb(65,101,64); }
H1.HeaderClassName
{
color: #416540;
}
.AnyTagClassName
{
color: #416540;
}
</style>
background-color css
<style>
a { background-color: #416540; }
a { background-color: rgb(65,101,64); }
div.DivClassName
{
background-color: #416540;
}
.BgClassName
{
background-color: #416540;
}
</style>
border-color css
<style>
span { border-color: #416540; }
span { border-color: rgb(65,101,64); }
td.TdClassName
{
border-color: #416540;
}
.TagClassName
{
border-color: #416540;
}
</style>