Shades of Grey-Asparagus #465C46
Tints of Grey-Asparagus #465C46
RGB
CMYK
RGB Variations
Color information
#465C46 (or 0x465C46) is known color: Grey-Asparagus. HEX triplet: 46, 5C and 46. RGB value is (70,92,70). Sum of RGB (Red+Green+Blue) = 70+92+70=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #465C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C46 is #B9A3B9. Grayscale: #525252. Windows color (decimal): -12166074 or 4611142. OLE color: 4611142.
HSL color Cylindrical-coordinate representation of color #465C46: hue angle of 120º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #465C46 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 92 | 70 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.64 |
| HSL | 120º | 0.14% | 0.32% | - |
| HSV(B) | 120º | 0.24% | 0.36% | - |
| XYZ | 7.46 | 9.4 | 7.22 | - |
| YUV | 82.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 70 | 0.24 | 0 | 0.24 | 0.64 | 120 | 0.14 | 0.32 |
| Hex | 46 | 5C | 46 | 18 | 0 | 18 | 40 | 78 | E | 20 |
| Octal | 106 | 134 | 106 | 30 | 0 | 30 | 100 | 170 | 16 | 40 |
| Binary | 1000110 | 1011100 | 1000110 | 11000 | 0 | 11000 | 1000000 | 1111000 | 1110 | 100000 |
Color Harmonies of #465C46
Complementary color
Monochromatic Colors of #465C46
Black with #465C46
Text Example
Text Example
White with #465C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C46; }
p { color: rgb(70,92,70); }
H1.HeaderClassName
{
color: #465C46;
}
.AnyTagClassName
{
color: #465C46;
}
</style>
background-color css
<style>
a { background-color: #465C46; }
a { background-color: rgb(70,92,70); }
div.DivClassName
{
background-color: #465C46;
}
.BgClassName
{
background-color: #465C46;
}
</style>
border-color css
<style>
span { border-color: #465C46; }
span { border-color: rgb(70,92,70); }
td.TdClassName
{
border-color: #465C46;
}
.TagClassName
{
border-color: #465C46;
}
</style>