Shades of Grey-Asparagus #435A41
Tints of Grey-Asparagus #435A41
RGB
CMYK
RGB Variations
Color information
#435A41 (or 0x435A41) is known color: Grey-Asparagus. HEX triplet: 43, 5A and 41. RGB value is (67,90,65). Sum of RGB (Red+Green+Blue) = 67+90+65=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 90 - color contains mainly: green. Hex color #435A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435A41 is #BCA5BE. Grayscale: #505050. Windows color (decimal): -12363199 or 4282947. OLE color: 4282947.
HSL color Cylindrical-coordinate representation of color #435A41: hue angle of 115.2º 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 #435A41 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 90 | 65 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.65 |
| HSL | 115.2º | 0.16% | 0.3% | - |
| HSV(B) | 115.2º | 0.28% | 0.35% | - |
| XYZ | 6.93 | 8.89 | 6.35 | - |
| YUV | 80.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 65 | 0.26 | 0 | 0.28 | 0.65 | 115.2 | 0.16 | 0.3 |
| Hex | 43 | 5A | 41 | 1A | 0 | 1C | 41 | 73 | 10 | 1E |
| Octal | 103 | 132 | 101 | 32 | 0 | 34 | 101 | 163 | 20 | 36 |
| Binary | 1000011 | 1011010 | 1000001 | 11010 | 0 | 11100 | 1000001 | 1110011 | 10000 | 11110 |
Color Harmonies of #435A41
Complementary color
Monochromatic Colors of #435A41
Black with #435A41
Text Example
Text Example
White with #435A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435A41; }
p { color: rgb(67,90,65); }
H1.HeaderClassName
{
color: #435A41;
}
.AnyTagClassName
{
color: #435A41;
}
</style>
background-color css
<style>
a { background-color: #435A41; }
a { background-color: rgb(67,90,65); }
div.DivClassName
{
background-color: #435A41;
}
.BgClassName
{
background-color: #435A41;
}
</style>
border-color css
<style>
span { border-color: #435A41; }
span { border-color: rgb(67,90,65); }
td.TdClassName
{
border-color: #435A41;
}
.TagClassName
{
border-color: #435A41;
}
</style>