Shades of Grey-Asparagus #456645
Tints of Grey-Asparagus #456645
RGB
CMYK
RGB Variations
Color information
#456645 (or 0x456645) is known color: Grey-Asparagus. HEX triplet: 45, 66 and 45. RGB value is (69,102,69). Sum of RGB (Red+Green+Blue) = 69+102+69=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #456645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456645 is #BA99BA. Grayscale: #585858. Windows color (decimal): -12229051 or 4548165. OLE color: 4548165.
HSL color Cylindrical-coordinate representation of color #456645: hue angle of 120º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456645 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 102 | 69 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.6 |
| HSL | 120º | 0.19% | 0.34% | - |
| HSV(B) | 120º | 0.32% | 0.4% | - |
| XYZ | 8.28 | 11.2 | 7.36 | - |
| YUV | 88.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 69 | 0.32 | 0 | 0.32 | 0.6 | 120 | 0.19 | 0.34 |
| Hex | 45 | 66 | 45 | 20 | 0 | 20 | 3C | 78 | 13 | 22 |
| Octal | 105 | 146 | 105 | 40 | 0 | 40 | 74 | 170 | 23 | 42 |
| Binary | 1000101 | 1100110 | 1000101 | 100000 | 0 | 100000 | 111100 | 1111000 | 10011 | 100010 |
Color Harmonies of #456645
Complementary color
Monochromatic Colors of #456645
Black with #456645
Text Example
Text Example
White with #456645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456645; }
p { color: rgb(69,102,69); }
H1.HeaderClassName
{
color: #456645;
}
.AnyTagClassName
{
color: #456645;
}
</style>
background-color css
<style>
a { background-color: #456645; }
a { background-color: rgb(69,102,69); }
div.DivClassName
{
background-color: #456645;
}
.BgClassName
{
background-color: #456645;
}
</style>
border-color css
<style>
span { border-color: #456645; }
span { border-color: rgb(69,102,69); }
td.TdClassName
{
border-color: #456645;
}
.TagClassName
{
border-color: #456645;
}
</style>