Shades of Grey-Asparagus #416542
Tints of Grey-Asparagus #416542
RGB
CMYK
RGB Variations
Color information
#416542 (or 0x416542) is known color: Grey-Asparagus. HEX triplet: 41, 65 and 42. RGB value is (65,101,66). Sum of RGB (Red+Green+Blue) = 65+101+66=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #416542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416542 is #BE9ABD. Grayscale: #565656. Windows color (decimal): -12491454 or 4351297. OLE color: 4351297.
HSL color Cylindrical-coordinate representation of color #416542: hue angle of 121.67º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #416542 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 101 | 66 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.60 |
| HSL | 121.67º | 0.22% | 0.33% | - |
| HSV(B) | 121.67º | 0.36% | 0.4% | - |
| XYZ | 7.82 | 10.82 | 6.83 | - |
| YUV | 86.25 | 116.57 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 66 | 0.36 | 0 | 0.35 | 0.60 | 121.67 | 0.22 | 0.33 |
| Hex | 41 | 65 | 42 | 24 | 0 | 23 | 3C | 7A | 16 | 21 |
| Octal | 101 | 145 | 102 | 44 | 0 | 43 | 74 | 172 | 26 | 41 |
| Binary | 1000001 | 1100101 | 1000010 | 100100 | 0 | 100011 | 111100 | 1111010 | 10110 | 100001 |
Color Harmonies of #416542
Complementary color
Monochromatic Colors of #416542
Black with #416542
Text Example
Text Example
White with #416542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416542; }
p { color: rgb(65,101,66); }
H1.HeaderClassName
{
color: #416542;
}
.AnyTagClassName
{
color: #416542;
}
</style>
background-color css
<style>
a { background-color: #416542; }
a { background-color: rgb(65,101,66); }
div.DivClassName
{
background-color: #416542;
}
.BgClassName
{
background-color: #416542;
}
</style>
border-color css
<style>
span { border-color: #416542; }
span { border-color: rgb(65,101,66); }
td.TdClassName
{
border-color: #416542;
}
.TagClassName
{
border-color: #416542;
}
</style>