Shades of Grey-Asparagus #434F40
Tints of Grey-Asparagus #434F40
RGB
CMYK
RGB Variations
Color information
#434F40 (or 0x434F40) is known color: Grey-Asparagus. HEX triplet: 43, 4F and 40. RGB value is (67,79,64). Sum of RGB (Red+Green+Blue) = 67+79+64=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 79 - color contains mainly: green. Hex color #434F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F40 is #BCB0BF. Grayscale: #494949. Windows color (decimal): -12366016 or 4214595. OLE color: 4214595.
HSL color Cylindrical-coordinate representation of color #434F40: hue angle of 108º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #434F40 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 79 | 64 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.69 |
| HSL | 108º | 0.1% | 0.28% | - |
| HSV(B) | 108º | 0.19% | 0.31% | - |
| XYZ | 6.04 | 7.16 | 5.91 | - |
| YUV | 73.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 64 | 0.15 | 0 | 0.19 | 0.69 | 108 | 0.1 | 0.28 |
| Hex | 43 | 4F | 40 | F | 0 | 13 | 45 | 6C | A | 1C |
| Octal | 103 | 117 | 100 | 17 | 0 | 23 | 105 | 154 | 12 | 34 |
| Binary | 1000011 | 1001111 | 1000000 | 1111 | 0 | 10011 | 1000101 | 1101100 | 1010 | 11100 |
Color Harmonies of #434F40
Complementary color
Monochromatic Colors of #434F40
Black with #434F40
Text Example
Text Example
White with #434F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F40; }
p { color: rgb(67,79,64); }
H1.HeaderClassName
{
color: #434F40;
}
.AnyTagClassName
{
color: #434F40;
}
</style>
background-color css
<style>
a { background-color: #434F40; }
a { background-color: rgb(67,79,64); }
div.DivClassName
{
background-color: #434F40;
}
.BgClassName
{
background-color: #434F40;
}
</style>
border-color css
<style>
span { border-color: #434F40; }
span { border-color: rgb(67,79,64); }
td.TdClassName
{
border-color: #434F40;
}
.TagClassName
{
border-color: #434F40;
}
</style>