Shades of Grey-Asparagus #456345
Tints of Grey-Asparagus #456345
RGB
CMYK
RGB Variations
Color information
#456345 (or 0x456345) is known color: Grey-Asparagus. HEX triplet: 45, 63 and 45. RGB value is (69,99,69). Sum of RGB (Red+Green+Blue) = 69+99+69=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #456345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456345 is #BA9CBA. Grayscale: #565656. Windows color (decimal): -12229819 or 4547397. OLE color: 4547397.
HSL color Cylindrical-coordinate representation of color #456345: hue angle of 120º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #456345 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 69 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.61 |
| HSL | 120º | 0.18% | 0.33% | - |
| HSV(B) | 120º | 0.3% | 0.39% | - |
| XYZ | 7.99 | 10.62 | 7.26 | - |
| YUV | 86.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 69 | 0.30 | 0 | 0.30 | 0.61 | 120 | 0.18 | 0.33 |
| Hex | 45 | 63 | 45 | 1E | 0 | 1E | 3D | 78 | 12 | 21 |
| Octal | 105 | 143 | 105 | 36 | 0 | 36 | 75 | 170 | 22 | 41 |
| Binary | 1000101 | 1100011 | 1000101 | 11110 | 0 | 11110 | 111101 | 1111000 | 10010 | 100001 |
Color Harmonies of #456345
Complementary color
Monochromatic Colors of #456345
Black with #456345
Text Example
Text Example
White with #456345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456345; }
p { color: rgb(69,99,69); }
H1.HeaderClassName
{
color: #456345;
}
.AnyTagClassName
{
color: #456345;
}
</style>
background-color css
<style>
a { background-color: #456345; }
a { background-color: rgb(69,99,69); }
div.DivClassName
{
background-color: #456345;
}
.BgClassName
{
background-color: #456345;
}
</style>
border-color css
<style>
span { border-color: #456345; }
span { border-color: rgb(69,99,69); }
td.TdClassName
{
border-color: #456345;
}
.TagClassName
{
border-color: #456345;
}
</style>