Shades of Grey-Asparagus #416342
Tints of Grey-Asparagus #416342
RGB
CMYK
RGB Variations
Color information
#416342 (or 0x416342) is known color: Grey-Asparagus. HEX triplet: 41, 63 and 42. RGB value is (65,99,66). Sum of RGB (Red+Green+Blue) = 65+99+66=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #416342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416342 is #BE9CBD. Grayscale: #555555. Windows color (decimal): -12491966 or 4350785. OLE color: 4350785.
HSL color Cylindrical-coordinate representation of color #416342: hue angle of 121.76º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #416342 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 99 | 66 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.61 |
| HSL | 121.76º | 0.21% | 0.32% | - |
| HSV(B) | 121.76º | 0.34% | 0.39% | - |
| XYZ | 7.63 | 10.44 | 6.77 | - |
| YUV | 85.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 99 | 66 | 0.34 | 0 | 0.33 | 0.61 | 121.76 | 0.21 | 0.32 |
| Hex | 41 | 63 | 42 | 22 | 0 | 21 | 3D | 7A | 15 | 20 |
| Octal | 101 | 143 | 102 | 42 | 0 | 41 | 75 | 172 | 25 | 40 |
| Binary | 1000001 | 1100011 | 1000010 | 100010 | 0 | 100001 | 111101 | 1111010 | 10101 | 100000 |
Color Harmonies of #416342
Complementary color
Monochromatic Colors of #416342
Black with #416342
Text Example
Text Example
White with #416342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416342; }
p { color: rgb(65,99,66); }
H1.HeaderClassName
{
color: #416342;
}
.AnyTagClassName
{
color: #416342;
}
</style>
background-color css
<style>
a { background-color: #416342; }
a { background-color: rgb(65,99,66); }
div.DivClassName
{
background-color: #416342;
}
.BgClassName
{
background-color: #416342;
}
</style>
border-color css
<style>
span { border-color: #416342; }
span { border-color: rgb(65,99,66); }
td.TdClassName
{
border-color: #416342;
}
.TagClassName
{
border-color: #416342;
}
</style>