Shades of Grey-Asparagus #434F41
Tints of Grey-Asparagus #434F41
RGB
CMYK
RGB Variations
Color information
#434F41 (or 0x434F41) is known color: Grey-Asparagus. HEX triplet: 43, 4F and 41. RGB value is (67,79,65). Sum of RGB (Red+Green+Blue) = 67+79+65=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 79 - color contains mainly: green. Hex color #434F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F41 is #BCB0BE. Grayscale: #494949. Windows color (decimal): -12366015 or 4280131. OLE color: 4280131.
HSL color Cylindrical-coordinate representation of color #434F41: hue angle of 111.43º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #434F41 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 79 | 65 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.69 |
| HSL | 111.43º | 0.1% | 0.28% | - |
| HSV(B) | 111.43º | 0.18% | 0.31% | - |
| XYZ | 6.06 | 7.17 | 6.06 | - |
| YUV | 73.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 65 | 0.15 | 0 | 0.18 | 0.69 | 111.43 | 0.1 | 0.28 |
| Hex | 43 | 4F | 41 | F | 0 | 12 | 45 | 6F | A | 1C |
| Octal | 103 | 117 | 101 | 17 | 0 | 22 | 105 | 157 | 12 | 34 |
| Binary | 1000011 | 1001111 | 1000001 | 1111 | 0 | 10010 | 1000101 | 1101111 | 1010 | 11100 |
Color Harmonies of #434F41
Complementary color
Monochromatic Colors of #434F41
Black with #434F41
Text Example
Text Example
White with #434F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F41; }
p { color: rgb(67,79,65); }
H1.HeaderClassName
{
color: #434F41;
}
.AnyTagClassName
{
color: #434F41;
}
</style>
background-color css
<style>
a { background-color: #434F41; }
a { background-color: rgb(67,79,65); }
div.DivClassName
{
background-color: #434F41;
}
.BgClassName
{
background-color: #434F41;
}
</style>
border-color css
<style>
span { border-color: #434F41; }
span { border-color: rgb(67,79,65); }
td.TdClassName
{
border-color: #434F41;
}
.TagClassName
{
border-color: #434F41;
}
</style>