Shades of Grey-Asparagus #456841
Tints of Grey-Asparagus #456841
RGB
CMYK
RGB Variations
Color information
#456841 (or 0x456841) is known color: Grey-Asparagus. HEX triplet: 45, 68 and 41. RGB value is (69,104,65). Sum of RGB (Red+Green+Blue) = 69+104+65=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #456841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456841 is #BA97BE. Grayscale: #595959. Windows color (decimal): -12228543 or 4286533. OLE color: 4286533.
HSL color Cylindrical-coordinate representation of color #456841: hue angle of 113.85º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #456841 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 104 | 65 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.59 |
| HSL | 113.85º | 0.23% | 0.33% | - |
| HSV(B) | 113.85º | 0.38% | 0.41% | - |
| XYZ | 8.36 | 11.55 | 6.79 | - |
| YUV | 89.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 65 | 0.34 | 0 | 0.38 | 0.59 | 113.85 | 0.23 | 0.33 |
| Hex | 45 | 68 | 41 | 22 | 0 | 26 | 3B | 72 | 17 | 21 |
| Octal | 105 | 150 | 101 | 42 | 0 | 46 | 73 | 162 | 27 | 41 |
| Binary | 1000101 | 1101000 | 1000001 | 100010 | 0 | 100110 | 111011 | 1110010 | 10111 | 100001 |
Color Harmonies of #456841
Complementary color
Monochromatic Colors of #456841
Black with #456841
Text Example
Text Example
White with #456841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456841; }
p { color: rgb(69,104,65); }
H1.HeaderClassName
{
color: #456841;
}
.AnyTagClassName
{
color: #456841;
}
</style>
background-color css
<style>
a { background-color: #456841; }
a { background-color: rgb(69,104,65); }
div.DivClassName
{
background-color: #456841;
}
.BgClassName
{
background-color: #456841;
}
</style>
border-color css
<style>
span { border-color: #456841; }
span { border-color: rgb(69,104,65); }
td.TdClassName
{
border-color: #456841;
}
.TagClassName
{
border-color: #456841;
}
</style>