Shades of Grey-Asparagus #435A45
Tints of Grey-Asparagus #435A45
RGB
CMYK
RGB Variations
Color information
#435A45 (or 0x435A45) is known color: Grey-Asparagus. HEX triplet: 43, 5A and 45. RGB value is (67,90,69). Sum of RGB (Red+Green+Blue) = 67+90+69=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 90 - color contains mainly: green. Hex color #435A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435A45 is #BCA5BA. Grayscale: #505050. Windows color (decimal): -12363195 or 4545091. OLE color: 4545091.
HSL color Cylindrical-coordinate representation of color #435A45: hue angle of 125.22º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #435A45 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 90 | 69 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.65 |
| HSL | 125.22º | 0.15% | 0.31% | - |
| HSV(B) | 125.22º | 0.26% | 0.35% | - |
| XYZ | 7.05 | 8.94 | 6.98 | - |
| YUV | 80.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 69 | 0.26 | 0 | 0.23 | 0.65 | 125.22 | 0.15 | 0.31 |
| Hex | 43 | 5A | 45 | 1A | 0 | 17 | 41 | 7D | F | 1F |
| Octal | 103 | 132 | 105 | 32 | 0 | 27 | 101 | 175 | 17 | 37 |
| Binary | 1000011 | 1011010 | 1000101 | 11010 | 0 | 10111 | 1000001 | 1111101 | 1111 | 11111 |
Color Harmonies of #435A45
Complementary color
Monochromatic Colors of #435A45
Black with #435A45
Text Example
Text Example
White with #435A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435A45; }
p { color: rgb(67,90,69); }
H1.HeaderClassName
{
color: #435A45;
}
.AnyTagClassName
{
color: #435A45;
}
</style>
background-color css
<style>
a { background-color: #435A45; }
a { background-color: rgb(67,90,69); }
div.DivClassName
{
background-color: #435A45;
}
.BgClassName
{
background-color: #435A45;
}
</style>
border-color css
<style>
span { border-color: #435A45; }
span { border-color: rgb(67,90,69); }
td.TdClassName
{
border-color: #435A45;
}
.TagClassName
{
border-color: #435A45;
}
</style>