Shades of Grey-Asparagus #456343
Tints of Grey-Asparagus #456343
RGB
CMYK
RGB Variations
Color information
#456343 (or 0x456343) is known color: Grey-Asparagus. HEX triplet: 45, 63 and 43. RGB value is (69,99,67). Sum of RGB (Red+Green+Blue) = 69+99+67=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #456343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456343 is #BA9CBC. Grayscale: #565656. Windows color (decimal): -12229821 or 4416325. OLE color: 4416325.
HSL color Cylindrical-coordinate representation of color #456343: hue angle of 116.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456343 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 67 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.61 |
| HSL | 116.25º | 0.19% | 0.33% | - |
| HSV(B) | 116.25º | 0.32% | 0.39% | - |
| XYZ | 7.93 | 10.59 | 6.94 | - |
| YUV | 86.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 67 | 0.30 | 0 | 0.32 | 0.61 | 116.25 | 0.19 | 0.33 |
| Hex | 45 | 63 | 43 | 1E | 0 | 20 | 3D | 74 | 13 | 21 |
| Octal | 105 | 143 | 103 | 36 | 0 | 40 | 75 | 164 | 23 | 41 |
| Binary | 1000101 | 1100011 | 1000011 | 11110 | 0 | 100000 | 111101 | 1110100 | 10011 | 100001 |
Color Harmonies of #456343
Complementary color
Monochromatic Colors of #456343
Black with #456343
Text Example
Text Example
White with #456343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456343; }
p { color: rgb(69,99,67); }
H1.HeaderClassName
{
color: #456343;
}
.AnyTagClassName
{
color: #456343;
}
</style>
background-color css
<style>
a { background-color: #456343; }
a { background-color: rgb(69,99,67); }
div.DivClassName
{
background-color: #456343;
}
.BgClassName
{
background-color: #456343;
}
</style>
border-color css
<style>
span { border-color: #456343; }
span { border-color: rgb(69,99,67); }
td.TdClassName
{
border-color: #456343;
}
.TagClassName
{
border-color: #456343;
}
</style>