Shades of Grey-Asparagus #456340
Tints of Grey-Asparagus #456340
RGB
CMYK
RGB Variations
Color information
#456340 (or 0x456340) is known color: Grey-Asparagus. HEX triplet: 45, 63 and 40. RGB value is (69,99,64). Sum of RGB (Red+Green+Blue) = 69+99+64=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #456340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456340 is #BA9CBF. Grayscale: #565656. Windows color (decimal): -12229824 or 4219717. OLE color: 4219717.
HSL color Cylindrical-coordinate representation of color #456340: hue angle of 111.43º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #456340 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 64 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.61 |
| HSL | 111.43º | 0.21% | 0.32% | - |
| HSV(B) | 111.43º | 0.35% | 0.39% | - |
| XYZ | 7.84 | 10.56 | 6.48 | - |
| YUV | 86.04 | 115.56 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 64 | 0.30 | 0 | 0.35 | 0.61 | 111.43 | 0.21 | 0.32 |
| Hex | 45 | 63 | 40 | 1E | 0 | 23 | 3D | 6F | 15 | 20 |
| Octal | 105 | 143 | 100 | 36 | 0 | 43 | 75 | 157 | 25 | 40 |
| Binary | 1000101 | 1100011 | 1000000 | 11110 | 0 | 100011 | 111101 | 1101111 | 10101 | 100000 |
Color Harmonies of #456340
Complementary color
Monochromatic Colors of #456340
Black with #456340
Text Example
Text Example
White with #456340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456340; }
p { color: rgb(69,99,64); }
H1.HeaderClassName
{
color: #456340;
}
.AnyTagClassName
{
color: #456340;
}
</style>
background-color css
<style>
a { background-color: #456340; }
a { background-color: rgb(69,99,64); }
div.DivClassName
{
background-color: #456340;
}
.BgClassName
{
background-color: #456340;
}
</style>
border-color css
<style>
span { border-color: #456340; }
span { border-color: rgb(69,99,64); }
td.TdClassName
{
border-color: #456340;
}
.TagClassName
{
border-color: #456340;
}
</style>