Shades of Grey-Asparagus #416740
Tints of Grey-Asparagus #416740
RGB
CMYK
RGB Variations
Color information
#416740 (or 0x416740) is known color: Grey-Asparagus. HEX triplet: 41, 67 and 40. RGB value is (65,103,64). Sum of RGB (Red+Green+Blue) = 65+103+64=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #416740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416740 is #BE98BF. Grayscale: #575757. Windows color (decimal): -12490944 or 4220737. OLE color: 4220737.
HSL color Cylindrical-coordinate representation of color #416740: hue angle of 118.46º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416740 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 103 | 64 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.60 |
| HSL | 118.46º | 0.23% | 0.33% | - |
| HSV(B) | 118.46º | 0.38% | 0.4% | - |
| XYZ | 7.96 | 11.19 | 6.59 | - |
| YUV | 87.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 103 | 64 | 0.37 | 0 | 0.38 | 0.60 | 118.46 | 0.23 | 0.33 |
| Hex | 41 | 67 | 40 | 25 | 0 | 26 | 3C | 76 | 17 | 21 |
| Octal | 101 | 147 | 100 | 45 | 0 | 46 | 74 | 166 | 27 | 41 |
| Binary | 1000001 | 1100111 | 1000000 | 100101 | 0 | 100110 | 111100 | 1110110 | 10111 | 100001 |
Color Harmonies of #416740
Complementary color
Monochromatic Colors of #416740
Black with #416740
Text Example
Text Example
White with #416740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416740; }
p { color: rgb(65,103,64); }
H1.HeaderClassName
{
color: #416740;
}
.AnyTagClassName
{
color: #416740;
}
</style>
background-color css
<style>
a { background-color: #416740; }
a { background-color: rgb(65,103,64); }
div.DivClassName
{
background-color: #416740;
}
.BgClassName
{
background-color: #416740;
}
</style>
border-color css
<style>
span { border-color: #416740; }
span { border-color: rgb(65,103,64); }
td.TdClassName
{
border-color: #416740;
}
.TagClassName
{
border-color: #416740;
}
</style>