Shades of Grey-Asparagus #416341
Tints of Grey-Asparagus #416341
RGB
CMYK
RGB Variations
Color information
#416341 (or 0x416341) is known color: Grey-Asparagus. HEX triplet: 41, 63 and 41. RGB value is (65,99,65). Sum of RGB (Red+Green+Blue) = 65+99+65=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #416341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416341 is #BE9CBE. Grayscale: #555555. Windows color (decimal): -12491967 or 4285249. OLE color: 4285249.
HSL color Cylindrical-coordinate representation of color #416341: hue angle of 120º 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 #416341 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 99 | 65 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.61 |
| HSL | 120º | 0.21% | 0.32% | - |
| HSV(B) | 120º | 0.34% | 0.39% | - |
| XYZ | 7.6 | 10.43 | 6.61 | - |
| YUV | 84.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 99 | 65 | 0.34 | 0 | 0.34 | 0.61 | 120 | 0.21 | 0.32 |
| Hex | 41 | 63 | 41 | 22 | 0 | 22 | 3D | 78 | 15 | 20 |
| Octal | 101 | 143 | 101 | 42 | 0 | 42 | 75 | 170 | 25 | 40 |
| Binary | 1000001 | 1100011 | 1000001 | 100010 | 0 | 100010 | 111101 | 1111000 | 10101 | 100000 |
Color Harmonies of #416341
Complementary color
Monochromatic Colors of #416341
Black with #416341
Text Example
Text Example
White with #416341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416341; }
p { color: rgb(65,99,65); }
H1.HeaderClassName
{
color: #416341;
}
.AnyTagClassName
{
color: #416341;
}
</style>
background-color css
<style>
a { background-color: #416341; }
a { background-color: rgb(65,99,65); }
div.DivClassName
{
background-color: #416341;
}
.BgClassName
{
background-color: #416341;
}
</style>
border-color css
<style>
span { border-color: #416341; }
span { border-color: rgb(65,99,65); }
td.TdClassName
{
border-color: #416341;
}
.TagClassName
{
border-color: #416341;
}
</style>