Shades of Grey-Asparagus #434D44
Tints of Grey-Asparagus #434D44
RGB
CMYK
RGB Variations
Color information
#434D44 (or 0x434D44) is known color: Grey-Asparagus. HEX triplet: 43, 4D and 44. RGB value is (67,77,68). Sum of RGB (Red+Green+Blue) = 67+77+68=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 77 - color contains mainly: green. Hex color #434D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D44 is #BCB2BB. Grayscale: #494949. Windows color (decimal): -12366524 or 4476227. OLE color: 4476227.
HSL color Cylindrical-coordinate representation of color #434D44: hue angle of 126º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #434D44 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 77 | 68 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.70 |
| HSL | 126º | 0.07% | 0.28% | - |
| HSV(B) | 126º | 0.13% | 0.3% | - |
| XYZ | 6.01 | 6.92 | 6.49 | - |
| YUV | 72.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 68 | 0.13 | 0 | 0.12 | 0.70 | 126 | 0.07 | 0.28 |
| Hex | 43 | 4D | 44 | D | 0 | C | 46 | 7E | 7 | 1C |
| Octal | 103 | 115 | 104 | 15 | 0 | 14 | 106 | 176 | 7 | 34 |
| Binary | 1000011 | 1001101 | 1000100 | 1101 | 0 | 1100 | 1000110 | 1111110 | 111 | 11100 |
Color Harmonies of #434D44
Complementary color
Monochromatic Colors of #434D44
Black with #434D44
Text Example
Text Example
White with #434D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D44; }
p { color: rgb(67,77,68); }
H1.HeaderClassName
{
color: #434D44;
}
.AnyTagClassName
{
color: #434D44;
}
</style>
background-color css
<style>
a { background-color: #434D44; }
a { background-color: rgb(67,77,68); }
div.DivClassName
{
background-color: #434D44;
}
.BgClassName
{
background-color: #434D44;
}
</style>
border-color css
<style>
span { border-color: #434D44; }
span { border-color: rgb(67,77,68); }
td.TdClassName
{
border-color: #434D44;
}
.TagClassName
{
border-color: #434D44;
}
</style>