Shades of Grey-Asparagus #456544
Tints of Grey-Asparagus #456544
RGB
CMYK
RGB Variations
Color information
#456544 (or 0x456544) is known color: Grey-Asparagus. HEX triplet: 45, 65 and 44. RGB value is (69,101,68). Sum of RGB (Red+Green+Blue) = 69+101+68=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #456544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456544 is #BA9ABB. Grayscale: #575757. Windows color (decimal): -12229308 or 4482373. OLE color: 4482373.
HSL color Cylindrical-coordinate representation of color #456544: hue angle of 118.18º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #456544 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 101 | 68 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.60 |
| HSL | 118.18º | 0.2% | 0.33% | - |
| HSV(B) | 118.18º | 0.33% | 0.4% | - |
| XYZ | 8.15 | 10.99 | 7.16 | - |
| YUV | 87.67 | 116.9 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 68 | 0.32 | 0 | 0.33 | 0.60 | 118.18 | 0.2 | 0.33 |
| Hex | 45 | 65 | 44 | 20 | 0 | 21 | 3C | 76 | 14 | 21 |
| Octal | 105 | 145 | 104 | 40 | 0 | 41 | 74 | 166 | 24 | 41 |
| Binary | 1000101 | 1100101 | 1000100 | 100000 | 0 | 100001 | 111100 | 1110110 | 10100 | 100001 |
Color Harmonies of #456544
Complementary color
Monochromatic Colors of #456544
Black with #456544
Text Example
Text Example
White with #456544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456544; }
p { color: rgb(69,101,68); }
H1.HeaderClassName
{
color: #456544;
}
.AnyTagClassName
{
color: #456544;
}
</style>
background-color css
<style>
a { background-color: #456544; }
a { background-color: rgb(69,101,68); }
div.DivClassName
{
background-color: #456544;
}
.BgClassName
{
background-color: #456544;
}
</style>
border-color css
<style>
span { border-color: #456544; }
span { border-color: rgb(69,101,68); }
td.TdClassName
{
border-color: #456544;
}
.TagClassName
{
border-color: #456544;
}
</style>