Shades of Grey-Asparagus #456244
Tints of Grey-Asparagus #456244
RGB
CMYK
RGB Variations
Color information
#456244 (or 0x456244) is known color: Grey-Asparagus. HEX triplet: 45, 62 and 44. RGB value is (69,98,68). Sum of RGB (Red+Green+Blue) = 69+98+68=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #456244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456244 is #BA9DBB. Grayscale: #565656. Windows color (decimal): -12230076 or 4481605. OLE color: 4481605.
HSL color Cylindrical-coordinate representation of color #456244: hue angle of 118º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #456244 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 98 | 68 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.62 |
| HSL | 118º | 0.18% | 0.33% | - |
| HSV(B) | 118º | 0.31% | 0.38% | - |
| XYZ | 7.87 | 10.42 | 7.07 | - |
| YUV | 85.91 | 117.89 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 68 | 0.30 | 0 | 0.31 | 0.62 | 118 | 0.18 | 0.33 |
| Hex | 45 | 62 | 44 | 1E | 0 | 1F | 3E | 76 | 12 | 21 |
| Octal | 105 | 142 | 104 | 36 | 0 | 37 | 76 | 166 | 22 | 41 |
| Binary | 1000101 | 1100010 | 1000100 | 11110 | 0 | 11111 | 111110 | 1110110 | 10010 | 100001 |
Color Harmonies of #456244
Complementary color
Monochromatic Colors of #456244
Black with #456244
Text Example
Text Example
White with #456244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456244; }
p { color: rgb(69,98,68); }
H1.HeaderClassName
{
color: #456244;
}
.AnyTagClassName
{
color: #456244;
}
</style>
background-color css
<style>
a { background-color: #456244; }
a { background-color: rgb(69,98,68); }
div.DivClassName
{
background-color: #456244;
}
.BgClassName
{
background-color: #456244;
}
</style>
border-color css
<style>
span { border-color: #456244; }
span { border-color: rgb(69,98,68); }
td.TdClassName
{
border-color: #456244;
}
.TagClassName
{
border-color: #456244;
}
</style>