Shades of Grey-Asparagus #456342
Tints of Grey-Asparagus #456342
RGB
CMYK
RGB Variations
Color information
#456342 (or 0x456342) is known color: Grey-Asparagus. HEX triplet: 45, 63 and 42. RGB value is (69,99,66). Sum of RGB (Red+Green+Blue) = 69+99+66=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #456342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456342 is #BA9CBD. Grayscale: #565656. Windows color (decimal): -12229822 or 4350789. OLE color: 4350789.
HSL color Cylindrical-coordinate representation of color #456342: hue angle of 114.55º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #456342 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 66 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.61 |
| HSL | 114.55º | 0.2% | 0.32% | - |
| HSV(B) | 114.55º | 0.33% | 0.39% | - |
| XYZ | 7.9 | 10.58 | 6.78 | - |
| YUV | 86.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 66 | 0.30 | 0 | 0.33 | 0.61 | 114.55 | 0.2 | 0.32 |
| Hex | 45 | 63 | 42 | 1E | 0 | 21 | 3D | 73 | 14 | 20 |
| Octal | 105 | 143 | 102 | 36 | 0 | 41 | 75 | 163 | 24 | 40 |
| Binary | 1000101 | 1100011 | 1000010 | 11110 | 0 | 100001 | 111101 | 1110011 | 10100 | 100000 |
Color Harmonies of #456342
Complementary color
Monochromatic Colors of #456342
Black with #456342
Text Example
Text Example
White with #456342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456342; }
p { color: rgb(69,99,66); }
H1.HeaderClassName
{
color: #456342;
}
.AnyTagClassName
{
color: #456342;
}
</style>
background-color css
<style>
a { background-color: #456342; }
a { background-color: rgb(69,99,66); }
div.DivClassName
{
background-color: #456342;
}
.BgClassName
{
background-color: #456342;
}
</style>
border-color css
<style>
span { border-color: #456342; }
span { border-color: rgb(69,99,66); }
td.TdClassName
{
border-color: #456342;
}
.TagClassName
{
border-color: #456342;
}
</style>