Shades of Grey-Asparagus #435B40
Tints of Grey-Asparagus #435B40
RGB
CMYK
RGB Variations
Color information
#435B40 (or 0x435B40) is known color: Grey-Asparagus. HEX triplet: 43, 5B and 40. RGB value is (67,91,64). Sum of RGB (Red+Green+Blue) = 67+91+64=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 91 - color contains mainly: green. Hex color #435B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435B40 is #BCA4BF. Grayscale: #505050. Windows color (decimal): -12362944 or 4217667. OLE color: 4217667.
HSL color Cylindrical-coordinate representation of color #435B40: hue angle of 113.33º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #435B40 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 91 | 64 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.64 |
| HSL | 113.33º | 0.17% | 0.3% | - |
| HSV(B) | 113.33º | 0.3% | 0.36% | - |
| XYZ | 6.98 | 9.05 | 6.23 | - |
| YUV | 80.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 91 | 64 | 0.26 | 0 | 0.30 | 0.64 | 113.33 | 0.17 | 0.3 |
| Hex | 43 | 5B | 40 | 1A | 0 | 1E | 40 | 71 | 11 | 1E |
| Octal | 103 | 133 | 100 | 32 | 0 | 36 | 100 | 161 | 21 | 36 |
| Binary | 1000011 | 1011011 | 1000000 | 11010 | 0 | 11110 | 1000000 | 1110001 | 10001 | 11110 |
Color Harmonies of #435B40
Complementary color
Monochromatic Colors of #435B40
Black with #435B40
Text Example
Text Example
White with #435B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435B40; }
p { color: rgb(67,91,64); }
H1.HeaderClassName
{
color: #435B40;
}
.AnyTagClassName
{
color: #435B40;
}
</style>
background-color css
<style>
a { background-color: #435B40; }
a { background-color: rgb(67,91,64); }
div.DivClassName
{
background-color: #435B40;
}
.BgClassName
{
background-color: #435B40;
}
</style>
border-color css
<style>
span { border-color: #435B40; }
span { border-color: rgb(67,91,64); }
td.TdClassName
{
border-color: #435B40;
}
.TagClassName
{
border-color: #435B40;
}
</style>