Shades of Grey-Asparagus #456A44
Tints of Grey-Asparagus #456A44
RGB
CMYK
RGB Variations
Color information
#456A44 (or 0x456A44) is known color: Grey-Asparagus. HEX triplet: 45, 6A and 44. RGB value is (69,106,68). Sum of RGB (Red+Green+Blue) = 69+106+68=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 106 - color contains mainly: green. Hex color #456A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456A44 is #BA95BB. Grayscale: #5A5A5A. Windows color (decimal): -12228028 or 4483653. OLE color: 4483653.
HSL color Cylindrical-coordinate representation of color #456A44: hue angle of 118.42º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #456A44 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 106 | 68 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.58 |
| HSL | 118.42º | 0.22% | 0.34% | - |
| HSV(B) | 118.42º | 0.36% | 0.42% | - |
| XYZ | 8.65 | 11.99 | 7.33 | - |
| YUV | 90.61 | 115.24 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 68 | 0.35 | 0 | 0.36 | 0.58 | 118.42 | 0.22 | 0.34 |
| Hex | 45 | 6A | 44 | 23 | 0 | 24 | 3A | 76 | 16 | 22 |
| Octal | 105 | 152 | 104 | 43 | 0 | 44 | 72 | 166 | 26 | 42 |
| Binary | 1000101 | 1101010 | 1000100 | 100011 | 0 | 100100 | 111010 | 1110110 | 10110 | 100010 |
Color Harmonies of #456A44
Complementary color
Monochromatic Colors of #456A44
Black with #456A44
Text Example
Text Example
White with #456A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456A44; }
p { color: rgb(69,106,68); }
H1.HeaderClassName
{
color: #456A44;
}
.AnyTagClassName
{
color: #456A44;
}
</style>
background-color css
<style>
a { background-color: #456A44; }
a { background-color: rgb(69,106,68); }
div.DivClassName
{
background-color: #456A44;
}
.BgClassName
{
background-color: #456A44;
}
</style>
border-color css
<style>
span { border-color: #456A44; }
span { border-color: rgb(69,106,68); }
td.TdClassName
{
border-color: #456A44;
}
.TagClassName
{
border-color: #456A44;
}
</style>