Shades of Grey-Asparagus #43523F
Tints of Grey-Asparagus #43523F
RGB
CMYK
RGB Variations
Color information
#43523F (or 0x43523F) is known color: Grey-Asparagus. HEX triplet: 43, 52 and 3F. RGB value is (67,82,63). Sum of RGB (Red+Green+Blue) = 67+82+63=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #43523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43523F is #BCADC0. Grayscale: #4B4B4B. Windows color (decimal): -12365249 or 4149827. OLE color: 4149827.
HSL color Cylindrical-coordinate representation of color #43523F: hue angle of 107.37º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #43523F is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 82 | 63 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.68 |
| HSL | 107.37º | 0.13% | 0.28% | - |
| HSV(B) | 107.37º | 0.23% | 0.32% | - |
| XYZ | 6.23 | 7.59 | 5.84 | - |
| YUV | 75.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 63 | 0.18 | 0 | 0.23 | 0.68 | 107.37 | 0.13 | 0.28 |
| Hex | 43 | 52 | 3F | 12 | 0 | 17 | 44 | 6B | D | 1C |
| Octal | 103 | 122 | 77 | 22 | 0 | 27 | 104 | 153 | 15 | 34 |
| Binary | 1000011 | 1010010 | 111111 | 10010 | 0 | 10111 | 1000100 | 1101011 | 1101 | 11100 |
Color Harmonies of #43523F
Complementary color
Monochromatic Colors of #43523F
Black with #43523F
Text Example
Text Example
White with #43523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43523F; }
p { color: rgb(67,82,63); }
H1.HeaderClassName
{
color: #43523F;
}
.AnyTagClassName
{
color: #43523F;
}
</style>
background-color css
<style>
a { background-color: #43523F; }
a { background-color: rgb(67,82,63); }
div.DivClassName
{
background-color: #43523F;
}
.BgClassName
{
background-color: #43523F;
}
</style>
border-color css
<style>
span { border-color: #43523F; }
span { border-color: rgb(67,82,63); }
td.TdClassName
{
border-color: #43523F;
}
.TagClassName
{
border-color: #43523F;
}
</style>