Shades of Grey-Asparagus #434D43
Tints of Grey-Asparagus #434D43
RGB
CMYK
RGB Variations
Color information
#434D43 (or 0x434D43) is known color: Grey-Asparagus. HEX triplet: 43, 4D and 43. RGB value is (67,77,67). Sum of RGB (Red+Green+Blue) = 67+77+67=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 77 - color contains mainly: green. Hex color #434D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D43 is #BCB2BC. Grayscale: #484848. Windows color (decimal): -12366525 or 4410691. OLE color: 4410691.
HSL color Cylindrical-coordinate representation of color #434D43: hue angle of 120º 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 #434D43 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 77 | 67 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.70 |
| HSL | 120º | 0.07% | 0.28% | - |
| HSV(B) | 120º | 0.13% | 0.3% | - |
| XYZ | 5.98 | 6.91 | 6.33 | - |
| YUV | 72.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 67 | 0.13 | 0 | 0.13 | 0.70 | 120 | 0.07 | 0.28 |
| Hex | 43 | 4D | 43 | D | 0 | D | 46 | 78 | 7 | 1C |
| Octal | 103 | 115 | 103 | 15 | 0 | 15 | 106 | 170 | 7 | 34 |
| Binary | 1000011 | 1001101 | 1000011 | 1101 | 0 | 1101 | 1000110 | 1111000 | 111 | 11100 |
Color Harmonies of #434D43
Complementary color
Monochromatic Colors of #434D43
Black with #434D43
Text Example
Text Example
White with #434D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D43; }
p { color: rgb(67,77,67); }
H1.HeaderClassName
{
color: #434D43;
}
.AnyTagClassName
{
color: #434D43;
}
</style>
background-color css
<style>
a { background-color: #434D43; }
a { background-color: rgb(67,77,67); }
div.DivClassName
{
background-color: #434D43;
}
.BgClassName
{
background-color: #434D43;
}
</style>
border-color css
<style>
span { border-color: #434D43; }
span { border-color: rgb(67,77,67); }
td.TdClassName
{
border-color: #434D43;
}
.TagClassName
{
border-color: #434D43;
}
</style>