Shades of Grey-Asparagus #456240
Tints of Grey-Asparagus #456240
RGB
CMYK
RGB Variations
Color information
#456240 (or 0x456240) is known color: Grey-Asparagus. HEX triplet: 45, 62 and 40. RGB value is (69,98,64). Sum of RGB (Red+Green+Blue) = 69+98+64=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #456240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456240 is #BA9DBF. Grayscale: #555555. Windows color (decimal): -12230080 or 4219461. OLE color: 4219461.
HSL color Cylindrical-coordinate representation of color #456240: hue angle of 111.18º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #456240 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 98 | 64 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.62 |
| HSL | 111.18º | 0.21% | 0.32% | - |
| HSV(B) | 111.18º | 0.35% | 0.38% | - |
| XYZ | 7.75 | 10.37 | 6.44 | - |
| YUV | 85.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 64 | 0.30 | 0 | 0.35 | 0.62 | 111.18 | 0.21 | 0.32 |
| Hex | 45 | 62 | 40 | 1E | 0 | 23 | 3E | 6F | 15 | 20 |
| Octal | 105 | 142 | 100 | 36 | 0 | 43 | 76 | 157 | 25 | 40 |
| Binary | 1000101 | 1100010 | 1000000 | 11110 | 0 | 100011 | 111110 | 1101111 | 10101 | 100000 |
Color Harmonies of #456240
Complementary color
Monochromatic Colors of #456240
Black with #456240
Text Example
Text Example
White with #456240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456240; }
p { color: rgb(69,98,64); }
H1.HeaderClassName
{
color: #456240;
}
.AnyTagClassName
{
color: #456240;
}
</style>
background-color css
<style>
a { background-color: #456240; }
a { background-color: rgb(69,98,64); }
div.DivClassName
{
background-color: #456240;
}
.BgClassName
{
background-color: #456240;
}
</style>
border-color css
<style>
span { border-color: #456240; }
span { border-color: rgb(69,98,64); }
td.TdClassName
{
border-color: #456240;
}
.TagClassName
{
border-color: #456240;
}
</style>