Shades of Grey-Asparagus #456241
Tints of Grey-Asparagus #456241
RGB
CMYK
RGB Variations
Color information
#456241 (or 0x456241) is known color: Grey-Asparagus. HEX triplet: 45, 62 and 41. RGB value is (69,98,65). Sum of RGB (Red+Green+Blue) = 69+98+65=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #456241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456241 is #BA9DBE. Grayscale: #555555. Windows color (decimal): -12230079 or 4284997. OLE color: 4284997.
HSL color Cylindrical-coordinate representation of color #456241: hue angle of 112.73º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #456241 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 98 | 65 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.62 |
| HSL | 112.73º | 0.2% | 0.32% | - |
| HSV(B) | 112.73º | 0.34% | 0.38% | - |
| XYZ | 7.78 | 10.38 | 6.6 | - |
| YUV | 85.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 65 | 0.30 | 0 | 0.34 | 0.62 | 112.73 | 0.2 | 0.32 |
| Hex | 45 | 62 | 41 | 1E | 0 | 22 | 3E | 71 | 14 | 20 |
| Octal | 105 | 142 | 101 | 36 | 0 | 42 | 76 | 161 | 24 | 40 |
| Binary | 1000101 | 1100010 | 1000001 | 11110 | 0 | 100010 | 111110 | 1110001 | 10100 | 100000 |
Color Harmonies of #456241
Complementary color
Monochromatic Colors of #456241
Black with #456241
Text Example
Text Example
White with #456241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456241; }
p { color: rgb(69,98,65); }
H1.HeaderClassName
{
color: #456241;
}
.AnyTagClassName
{
color: #456241;
}
</style>
background-color css
<style>
a { background-color: #456241; }
a { background-color: rgb(69,98,65); }
div.DivClassName
{
background-color: #456241;
}
.BgClassName
{
background-color: #456241;
}
</style>
border-color css
<style>
span { border-color: #456241; }
span { border-color: rgb(69,98,65); }
td.TdClassName
{
border-color: #456241;
}
.TagClassName
{
border-color: #456241;
}
</style>