Shades of Grey-Asparagus #456245
Tints of Grey-Asparagus #456245
RGB
CMYK
RGB Variations
Color information
#456245 (or 0x456245) is known color: Grey-Asparagus. HEX triplet: 45, 62 and 45. RGB value is (69,98,69). Sum of RGB (Red+Green+Blue) = 69+98+69=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #456245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456245 is #BA9DBA. Grayscale: #565656. Windows color (decimal): -12230075 or 4547141. OLE color: 4547141.
HSL color Cylindrical-coordinate representation of color #456245: hue angle of 120º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #456245 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
RGB | 69 | 98 | 69 | - |
CMYK | 0.30 | 0 | 0.30 | 0.62 |
HSL | 120º | 0.17% | 0.33% | - |
HSV(B) | 120º | 0.3% | 0.38% | - |
XYZ | 7.9 | 10.43 | 7.23 | - |
YUV | 86.02 | 118.39 | 115.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 69 | 98 | 69 | 0.30 | 0 | 0.30 | 0.62 | 120 | 0.17 | 0.33 |
Hex | 45 | 62 | 45 | 1E | 0 | 1E | 3E | 78 | 11 | 21 |
Octal | 105 | 142 | 105 | 36 | 0 | 36 | 76 | 170 | 21 | 41 |
Binary | 1000101 | 1100010 | 1000101 | 11110 | 0 | 11110 | 111110 | 1111000 | 10001 | 100001 |
Color Harmonies of #456245
Complementary color
Monochromatic Colors of #456245
Black with #456245
Text Example
Text Example
White with #456245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456245; }
p { color: rgb(69,98,69); }
H1.HeaderClassName
{
color: #456245;
}
.AnyTagClassName
{
color: #456245;
}
</style>
background-color css
<style>
a { background-color: #456245; }
a { background-color: rgb(69,98,69); }
div.DivClassName
{
background-color: #456245;
}
.BgClassName
{
background-color: #456245;
}
</style>
border-color css
<style>
span { border-color: #456245; }
span { border-color: rgb(69,98,69); }
td.TdClassName
{
border-color: #456245;
}
.TagClassName
{
border-color: #456245;
}
</style>