Shades of Grey-Asparagus #435240
Tints of Grey-Asparagus #435240
RGB
CMYK
RGB Variations
Color information
#435240 (or 0x435240) is known color: Grey-Asparagus. HEX triplet: 43, 52 and 40. RGB value is (67,82,64). Sum of RGB (Red+Green+Blue) = 67+82+64=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #435240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435240 is #BCADBF. Grayscale: #4B4B4B. Windows color (decimal): -12365248 or 4215363. OLE color: 4215363.
HSL color Cylindrical-coordinate representation of color #435240: hue angle of 110º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #435240 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 82 | 64 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.68 |
| HSL | 110º | 0.12% | 0.29% | - |
| HSV(B) | 110º | 0.22% | 0.32% | - |
| XYZ | 6.26 | 7.6 | 5.99 | - |
| YUV | 75.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 64 | 0.18 | 0 | 0.22 | 0.68 | 110 | 0.12 | 0.29 |
| Hex | 43 | 52 | 40 | 12 | 0 | 16 | 44 | 6E | C | 1D |
| Octal | 103 | 122 | 100 | 22 | 0 | 26 | 104 | 156 | 14 | 35 |
| Binary | 1000011 | 1010010 | 1000000 | 10010 | 0 | 10110 | 1000100 | 1101110 | 1100 | 11101 |
Color Harmonies of #435240
Complementary color
Monochromatic Colors of #435240
Black with #435240
Text Example
Text Example
White with #435240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435240; }
p { color: rgb(67,82,64); }
H1.HeaderClassName
{
color: #435240;
}
.AnyTagClassName
{
color: #435240;
}
</style>
background-color css
<style>
a { background-color: #435240; }
a { background-color: rgb(67,82,64); }
div.DivClassName
{
background-color: #435240;
}
.BgClassName
{
background-color: #435240;
}
</style>
border-color css
<style>
span { border-color: #435240; }
span { border-color: rgb(67,82,64); }
td.TdClassName
{
border-color: #435240;
}
.TagClassName
{
border-color: #435240;
}
</style>