Shades of Grey-Asparagus #416344
Tints of Grey-Asparagus #416344
RGB
CMYK
RGB Variations
Color information
#416344 (or 0x416344) is known color: Grey-Asparagus. HEX triplet: 41, 63 and 44. RGB value is (65,99,68). Sum of RGB (Red+Green+Blue) = 65+99+68=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #416344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416344 is #BE9CBB. Grayscale: #555555. Windows color (decimal): -12491964 or 4481857. OLE color: 4481857.
HSL color Cylindrical-coordinate representation of color #416344: hue angle of 125.29º 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 #416344 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 99 | 68 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.61 |
| HSL | 125.29º | 0.21% | 0.32% | - |
| HSV(B) | 125.29º | 0.34% | 0.39% | - |
| XYZ | 7.69 | 10.46 | 7.08 | - |
| YUV | 85.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 99 | 68 | 0.34 | 0 | 0.31 | 0.61 | 125.29 | 0.21 | 0.32 |
| Hex | 41 | 63 | 44 | 22 | 0 | 1F | 3D | 7D | 15 | 20 |
| Octal | 101 | 143 | 104 | 42 | 0 | 37 | 75 | 175 | 25 | 40 |
| Binary | 1000001 | 1100011 | 1000100 | 100010 | 0 | 11111 | 111101 | 1111101 | 10101 | 100000 |
Color Harmonies of #416344
Complementary color
Monochromatic Colors of #416344
Black with #416344
Text Example
Text Example
White with #416344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416344; }
p { color: rgb(65,99,68); }
H1.HeaderClassName
{
color: #416344;
}
.AnyTagClassName
{
color: #416344;
}
</style>
background-color css
<style>
a { background-color: #416344; }
a { background-color: rgb(65,99,68); }
div.DivClassName
{
background-color: #416344;
}
.BgClassName
{
background-color: #416344;
}
</style>
border-color css
<style>
span { border-color: #416344; }
span { border-color: rgb(65,99,68); }
td.TdClassName
{
border-color: #416344;
}
.TagClassName
{
border-color: #416344;
}
</style>