Shades of Grey-Asparagus #456745
Tints of Grey-Asparagus #456745
RGB
CMYK
RGB Variations
Color information
#456745 (or 0x456745) is known color: Grey-Asparagus. HEX triplet: 45, 67 and 45. RGB value is (69,103,69). Sum of RGB (Red+Green+Blue) = 69+103+69=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #456745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456745 is #BA98BA. Grayscale: #595959. Windows color (decimal): -12228795 or 4548421. OLE color: 4548421.
HSL color Cylindrical-coordinate representation of color #456745: hue angle of 120º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #456745 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 103 | 69 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.60 |
| HSL | 120º | 0.2% | 0.34% | - |
| HSV(B) | 120º | 0.33% | 0.4% | - |
| XYZ | 8.38 | 11.4 | 7.39 | - |
| YUV | 88.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 69 | 0.33 | 0 | 0.33 | 0.60 | 120 | 0.2 | 0.34 |
| Hex | 45 | 67 | 45 | 21 | 0 | 21 | 3C | 78 | 14 | 22 |
| Octal | 105 | 147 | 105 | 41 | 0 | 41 | 74 | 170 | 24 | 42 |
| Binary | 1000101 | 1100111 | 1000101 | 100001 | 0 | 100001 | 111100 | 1111000 | 10100 | 100010 |
Color Harmonies of #456745
Complementary color
Monochromatic Colors of #456745
Black with #456745
Text Example
Text Example
White with #456745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456745; }
p { color: rgb(69,103,69); }
H1.HeaderClassName
{
color: #456745;
}
.AnyTagClassName
{
color: #456745;
}
</style>
background-color css
<style>
a { background-color: #456745; }
a { background-color: rgb(69,103,69); }
div.DivClassName
{
background-color: #456745;
}
.BgClassName
{
background-color: #456745;
}
</style>
border-color css
<style>
span { border-color: #456745; }
span { border-color: rgb(69,103,69); }
td.TdClassName
{
border-color: #456745;
}
.TagClassName
{
border-color: #456745;
}
</style>