Shades of Grey-Asparagus #456A45
Tints of Grey-Asparagus #456A45
RGB
CMYK
RGB Variations
Color information
#456A45 (or 0x456A45) is known color: Grey-Asparagus. HEX triplet: 45, 6A and 45. RGB value is (69,106,69). Sum of RGB (Red+Green+Blue) = 69+106+69=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 106 - color contains mainly: green. Hex color #456A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456A45 is #BA95BA. Grayscale: #5A5A5A. Windows color (decimal): -12228027 or 4549189. OLE color: 4549189.
HSL color Cylindrical-coordinate representation of color #456A45: hue angle of 120º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #456A45 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 106 | 69 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.58 |
| HSL | 120º | 0.21% | 0.34% | - |
| HSV(B) | 120º | 0.35% | 0.42% | - |
| XYZ | 8.68 | 12 | 7.49 | - |
| YUV | 90.72 | 115.74 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 69 | 0.35 | 0 | 0.35 | 0.58 | 120 | 0.21 | 0.34 |
| Hex | 45 | 6A | 45 | 23 | 0 | 23 | 3A | 78 | 15 | 22 |
| Octal | 105 | 152 | 105 | 43 | 0 | 43 | 72 | 170 | 25 | 42 |
| Binary | 1000101 | 1101010 | 1000101 | 100011 | 0 | 100011 | 111010 | 1111000 | 10101 | 100010 |
Color Harmonies of #456A45
Complementary color
Monochromatic Colors of #456A45
Black with #456A45
Text Example
Text Example
White with #456A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456A45; }
p { color: rgb(69,106,69); }
H1.HeaderClassName
{
color: #456A45;
}
.AnyTagClassName
{
color: #456A45;
}
</style>
background-color css
<style>
a { background-color: #456A45; }
a { background-color: rgb(69,106,69); }
div.DivClassName
{
background-color: #456A45;
}
.BgClassName
{
background-color: #456A45;
}
</style>
border-color css
<style>
span { border-color: #456A45; }
span { border-color: rgb(69,106,69); }
td.TdClassName
{
border-color: #456A45;
}
.TagClassName
{
border-color: #456A45;
}
</style>