Shades of Grey-Asparagus #435A40
Tints of Grey-Asparagus #435A40
RGB
CMYK
RGB Variations
Color information
#435A40 (or 0x435A40) is known color: Grey-Asparagus. HEX triplet: 43, 5A and 40. RGB value is (67,90,64). Sum of RGB (Red+Green+Blue) = 67+90+64=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #435A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435A40 is #BCA5BF. Grayscale: #505050. Windows color (decimal): -12363200 or 4217411. OLE color: 4217411.
HSL color Cylindrical-coordinate representation of color #435A40: hue angle of 113.08º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #435A40 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 90 | 64 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.65 |
| HSL | 113.08º | 0.17% | 0.3% | - |
| HSV(B) | 113.08º | 0.29% | 0.35% | - |
| XYZ | 6.9 | 8.88 | 6.2 | - |
| YUV | 80.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 64 | 0.26 | 0 | 0.29 | 0.65 | 113.08 | 0.17 | 0.3 |
| Hex | 43 | 5A | 40 | 1A | 0 | 1D | 41 | 71 | 11 | 1E |
| Octal | 103 | 132 | 100 | 32 | 0 | 35 | 101 | 161 | 21 | 36 |
| Binary | 1000011 | 1011010 | 1000000 | 11010 | 0 | 11101 | 1000001 | 1110001 | 10001 | 11110 |
Color Harmonies of #435A40
Complementary color
Monochromatic Colors of #435A40
Black with #435A40
Text Example
Text Example
White with #435A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435A40; }
p { color: rgb(67,90,64); }
H1.HeaderClassName
{
color: #435A40;
}
.AnyTagClassName
{
color: #435A40;
}
</style>
background-color css
<style>
a { background-color: #435A40; }
a { background-color: rgb(67,90,64); }
div.DivClassName
{
background-color: #435A40;
}
.BgClassName
{
background-color: #435A40;
}
</style>
border-color css
<style>
span { border-color: #435A40; }
span { border-color: rgb(67,90,64); }
td.TdClassName
{
border-color: #435A40;
}
.TagClassName
{
border-color: #435A40;
}
</style>