Shades of Grey-Asparagus #435C46
Tints of Grey-Asparagus #435C46
RGB
CMYK
RGB Variations
Color information
#435C46 (or 0x435C46) is known color: Grey-Asparagus. HEX triplet: 43, 5C and 46. RGB value is (67,92,70). Sum of RGB (Red+Green+Blue) = 67+92+70=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #435C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435C46 is #BCA3B9. Grayscale: #525252. Windows color (decimal): -12362682 or 4611139. OLE color: 4611139.
HSL color Cylindrical-coordinate representation of color #435C46: hue angle of 127.2º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #435C46 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 92 | 70 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.64 |
| HSL | 127.2º | 0.16% | 0.31% | - |
| HSV(B) | 127.2º | 0.27% | 0.36% | - |
| XYZ | 7.25 | 9.29 | 7.21 | - |
| YUV | 82.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 70 | 0.27 | 0 | 0.24 | 0.64 | 127.2 | 0.16 | 0.31 |
| Hex | 43 | 5C | 46 | 1B | 0 | 18 | 40 | 7F | 10 | 1F |
| Octal | 103 | 134 | 106 | 33 | 0 | 30 | 100 | 177 | 20 | 37 |
| Binary | 1000011 | 1011100 | 1000110 | 11011 | 0 | 11000 | 1000000 | 1111111 | 10000 | 11111 |
Color Harmonies of #435C46
Complementary color
Monochromatic Colors of #435C46
Black with #435C46
Text Example
Text Example
White with #435C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C46; }
p { color: rgb(67,92,70); }
H1.HeaderClassName
{
color: #435C46;
}
.AnyTagClassName
{
color: #435C46;
}
</style>
background-color css
<style>
a { background-color: #435C46; }
a { background-color: rgb(67,92,70); }
div.DivClassName
{
background-color: #435C46;
}
.BgClassName
{
background-color: #435C46;
}
</style>
border-color css
<style>
span { border-color: #435C46; }
span { border-color: rgb(67,92,70); }
td.TdClassName
{
border-color: #435C46;
}
.TagClassName
{
border-color: #435C46;
}
</style>