Shades of Grey-Asparagus #456540
Tints of Grey-Asparagus #456540
RGB
CMYK
RGB Variations
Color information
#456540 (or 0x456540) is known color: Grey-Asparagus. HEX triplet: 45, 65 and 40. RGB value is (69,101,64). Sum of RGB (Red+Green+Blue) = 69+101+64=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 101 - color contains mainly: green. Hex color #456540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456540 is #BA9ABF. Grayscale: #575757. Windows color (decimal): -12229312 or 4220229. OLE color: 4220229.
HSL color Cylindrical-coordinate representation of color #456540: hue angle of 111.89º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #456540 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 101 | 64 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.60 |
| HSL | 111.89º | 0.22% | 0.32% | - |
| HSV(B) | 111.89º | 0.37% | 0.4% | - |
| XYZ | 8.03 | 10.94 | 6.54 | - |
| YUV | 87.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 64 | 0.32 | 0 | 0.37 | 0.60 | 111.89 | 0.22 | 0.32 |
| Hex | 45 | 65 | 40 | 20 | 0 | 25 | 3C | 70 | 16 | 20 |
| Octal | 105 | 145 | 100 | 40 | 0 | 45 | 74 | 160 | 26 | 40 |
| Binary | 1000101 | 1100101 | 1000000 | 100000 | 0 | 100101 | 111100 | 1110000 | 10110 | 100000 |
Color Harmonies of #456540
Complementary color
Monochromatic Colors of #456540
Black with #456540
Text Example
Text Example
White with #456540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456540; }
p { color: rgb(69,101,64); }
H1.HeaderClassName
{
color: #456540;
}
.AnyTagClassName
{
color: #456540;
}
</style>
background-color css
<style>
a { background-color: #456540; }
a { background-color: rgb(69,101,64); }
div.DivClassName
{
background-color: #456540;
}
.BgClassName
{
background-color: #456540;
}
</style>
border-color css
<style>
span { border-color: #456540; }
span { border-color: rgb(69,101,64); }
td.TdClassName
{
border-color: #456540;
}
.TagClassName
{
border-color: #456540;
}
</style>