Shades of Grey-Asparagus #435544
Tints of Grey-Asparagus #435544
RGB
CMYK
RGB Variations
Color information
#435544 (or 0x435544) is known color: Grey-Asparagus. HEX triplet: 43, 55 and 44. RGB value is (67,85,68). Sum of RGB (Red+Green+Blue) = 67+85+68=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #435544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435544 is #BCAABB. Grayscale: #4D4D4D. Windows color (decimal): -12364476 or 4478275. OLE color: 4478275.
HSL color Cylindrical-coordinate representation of color #435544: hue angle of 123.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #435544 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 85 | 68 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.67 |
| HSL | 123.33º | 0.12% | 0.3% | - |
| HSV(B) | 123.33º | 0.21% | 0.33% | - |
| XYZ | 6.61 | 8.11 | 6.69 | - |
| YUV | 77.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 68 | 0.21 | 0 | 0.20 | 0.67 | 123.33 | 0.12 | 0.3 |
| Hex | 43 | 55 | 44 | 15 | 0 | 14 | 43 | 7B | C | 1E |
| Octal | 103 | 125 | 104 | 25 | 0 | 24 | 103 | 173 | 14 | 36 |
| Binary | 1000011 | 1010101 | 1000100 | 10101 | 0 | 10100 | 1000011 | 1111011 | 1100 | 11110 |
Color Harmonies of #435544
Complementary color
Monochromatic Colors of #435544
Black with #435544
Text Example
Text Example
White with #435544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435544; }
p { color: rgb(67,85,68); }
H1.HeaderClassName
{
color: #435544;
}
.AnyTagClassName
{
color: #435544;
}
</style>
background-color css
<style>
a { background-color: #435544; }
a { background-color: rgb(67,85,68); }
div.DivClassName
{
background-color: #435544;
}
.BgClassName
{
background-color: #435544;
}
</style>
border-color css
<style>
span { border-color: #435544; }
span { border-color: rgb(67,85,68); }
td.TdClassName
{
border-color: #435544;
}
.TagClassName
{
border-color: #435544;
}
</style>