Shades of Grey-Asparagus #456545
Tints of Grey-Asparagus #456545
RGB
CMYK
RGB Variations
Color information
#456545 (or 0x456545) is known color: Grey-Asparagus. HEX triplet: 45, 65 and 45. RGB value is (69,101,69). Sum of RGB (Red+Green+Blue) = 69+101+69=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #456545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456545 is #BA9ABA. Grayscale: #575757. Windows color (decimal): -12229307 or 4547909. OLE color: 4547909.
HSL color Cylindrical-coordinate representation of color #456545: hue angle of 120º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456545 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 101 | 69 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.60 |
| HSL | 120º | 0.19% | 0.33% | - |
| HSV(B) | 120º | 0.32% | 0.4% | - |
| XYZ | 8.18 | 11 | 7.32 | - |
| YUV | 87.78 | 117.4 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 69 | 0.32 | 0 | 0.32 | 0.60 | 120 | 0.19 | 0.33 |
| Hex | 45 | 65 | 45 | 20 | 0 | 20 | 3C | 78 | 13 | 21 |
| Octal | 105 | 145 | 105 | 40 | 0 | 40 | 74 | 170 | 23 | 41 |
| Binary | 1000101 | 1100101 | 1000101 | 100000 | 0 | 100000 | 111100 | 1111000 | 10011 | 100001 |
Color Harmonies of #456545
Complementary color
Monochromatic Colors of #456545
Black with #456545
Text Example
Text Example
White with #456545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456545; }
p { color: rgb(69,101,69); }
H1.HeaderClassName
{
color: #456545;
}
.AnyTagClassName
{
color: #456545;
}
</style>
background-color css
<style>
a { background-color: #456545; }
a { background-color: rgb(69,101,69); }
div.DivClassName
{
background-color: #456545;
}
.BgClassName
{
background-color: #456545;
}
</style>
border-color css
<style>
span { border-color: #456545; }
span { border-color: rgb(69,101,69); }
td.TdClassName
{
border-color: #456545;
}
.TagClassName
{
border-color: #456545;
}
</style>