Shades of Grey-Asparagus #456140
Tints of Grey-Asparagus #456140
RGB
CMYK
RGB Variations
Color information
#456140 (or 0x456140) is known color: Grey-Asparagus. HEX triplet: 45, 61 and 40. RGB value is (69,97,64). Sum of RGB (Red+Green+Blue) = 69+97+64=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #456140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456140 is #BA9EBF. Grayscale: #545454. Windows color (decimal): -12230336 or 4219205. OLE color: 4219205.
HSL color Cylindrical-coordinate representation of color #456140: hue angle of 110.91º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #456140 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 97 | 64 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.62 |
| HSL | 110.91º | 0.2% | 0.32% | - |
| HSV(B) | 110.91º | 0.34% | 0.38% | - |
| XYZ | 7.65 | 10.18 | 6.41 | - |
| YUV | 84.87 | 116.22 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 64 | 0.29 | 0 | 0.34 | 0.62 | 110.91 | 0.2 | 0.32 |
| Hex | 45 | 61 | 40 | 1D | 0 | 22 | 3E | 6F | 14 | 20 |
| Octal | 105 | 141 | 100 | 35 | 0 | 42 | 76 | 157 | 24 | 40 |
| Binary | 1000101 | 1100001 | 1000000 | 11101 | 0 | 100010 | 111110 | 1101111 | 10100 | 100000 |
Color Harmonies of #456140
Complementary color
Monochromatic Colors of #456140
Black with #456140
Text Example
Text Example
White with #456140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456140; }
p { color: rgb(69,97,64); }
H1.HeaderClassName
{
color: #456140;
}
.AnyTagClassName
{
color: #456140;
}
</style>
background-color css
<style>
a { background-color: #456140; }
a { background-color: rgb(69,97,64); }
div.DivClassName
{
background-color: #456140;
}
.BgClassName
{
background-color: #456140;
}
</style>
border-color css
<style>
span { border-color: #456140; }
span { border-color: rgb(69,97,64); }
td.TdClassName
{
border-color: #456140;
}
.TagClassName
{
border-color: #456140;
}
</style>