Shades of Grey-Asparagus #415A43
Tints of Grey-Asparagus #415A43
RGB
CMYK
RGB Variations
Color information
#415A43 (or 0x415A43) is known color: Grey-Asparagus. HEX triplet: 41, 5A and 43. RGB value is (65,90,67). Sum of RGB (Red+Green+Blue) = 65+90+67=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 90 - color contains mainly: green. Hex color #415A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415A43 is #BEA5BC. Grayscale: #4F4F4F. Windows color (decimal): -12494269 or 4414017. OLE color: 4414017.
HSL color Cylindrical-coordinate representation of color #415A43: hue angle of 124.8º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #415A43 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 90 | 67 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.65 |
| HSL | 124.8º | 0.16% | 0.3% | - |
| HSV(B) | 124.8º | 0.28% | 0.35% | - |
| XYZ | 6.85 | 8.84 | 6.66 | - |
| YUV | 79.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 67 | 0.28 | 0 | 0.26 | 0.65 | 124.8 | 0.16 | 0.3 |
| Hex | 41 | 5A | 43 | 1C | 0 | 1A | 41 | 7D | 10 | 1E |
| Octal | 101 | 132 | 103 | 34 | 0 | 32 | 101 | 175 | 20 | 36 |
| Binary | 1000001 | 1011010 | 1000011 | 11100 | 0 | 11010 | 1000001 | 1111101 | 10000 | 11110 |
Color Harmonies of #415A43
Complementary color
Monochromatic Colors of #415A43
Black with #415A43
Text Example
Text Example
White with #415A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415A43; }
p { color: rgb(65,90,67); }
H1.HeaderClassName
{
color: #415A43;
}
.AnyTagClassName
{
color: #415A43;
}
</style>
background-color css
<style>
a { background-color: #415A43; }
a { background-color: rgb(65,90,67); }
div.DivClassName
{
background-color: #415A43;
}
.BgClassName
{
background-color: #415A43;
}
</style>
border-color css
<style>
span { border-color: #415A43; }
span { border-color: rgb(65,90,67); }
td.TdClassName
{
border-color: #415A43;
}
.TagClassName
{
border-color: #415A43;
}
</style>