Shades of Grey-Asparagus #456247
Tints of Grey-Asparagus #456247
RGB
CMYK
RGB Variations
Color information
#456247 (or 0x456247) is known color: Grey-Asparagus. HEX triplet: 45, 62 and 47. RGB value is (69,98,71). Sum of RGB (Red+Green+Blue) = 69+98+71=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #456247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456247 is #BA9DB8. Grayscale: #565656. Windows color (decimal): -12230073 or 4678213. OLE color: 4678213.
HSL color Cylindrical-coordinate representation of color #456247: hue angle of 124.14º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #456247 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 98 | 71 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.62 |
| HSL | 124.14º | 0.17% | 0.33% | - |
| HSV(B) | 124.14º | 0.3% | 0.38% | - |
| XYZ | 7.96 | 10.46 | 7.56 | - |
| YUV | 86.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 71 | 0.30 | 0 | 0.28 | 0.62 | 124.14 | 0.17 | 0.33 |
| Hex | 45 | 62 | 47 | 1E | 0 | 1C | 3E | 7C | 11 | 21 |
| Octal | 105 | 142 | 107 | 36 | 0 | 34 | 76 | 174 | 21 | 41 |
| Binary | 1000101 | 1100010 | 1000111 | 11110 | 0 | 11100 | 111110 | 1111100 | 10001 | 100001 |
Color Harmonies of #456247
Complementary color
Monochromatic Colors of #456247
Black with #456247
Text Example
Text Example
White with #456247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456247; }
p { color: rgb(69,98,71); }
H1.HeaderClassName
{
color: #456247;
}
.AnyTagClassName
{
color: #456247;
}
</style>
background-color css
<style>
a { background-color: #456247; }
a { background-color: rgb(69,98,71); }
div.DivClassName
{
background-color: #456247;
}
.BgClassName
{
background-color: #456247;
}
</style>
border-color css
<style>
span { border-color: #456247; }
span { border-color: rgb(69,98,71); }
td.TdClassName
{
border-color: #456247;
}
.TagClassName
{
border-color: #456247;
}
</style>