Shades of Grey-Asparagus #455B43
Tints of Grey-Asparagus #455B43
RGB
CMYK
RGB Variations
Color information
#455B43 (or 0x455B43) is known color: Grey-Asparagus. HEX triplet: 45, 5B and 43. RGB value is (69,91,67). Sum of RGB (Red+Green+Blue) = 69+91+67=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #455B43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455B43 is #BAA4BC. Grayscale: #515151. Windows color (decimal): -12231869 or 4414277. OLE color: 4414277.
HSL color Cylindrical-coordinate representation of color #455B43: hue angle of 115º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455B43 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 67 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.64 |
| HSL | 115º | 0.15% | 0.31% | - |
| HSV(B) | 115º | 0.26% | 0.36% | - |
| XYZ | 7.21 | 9.15 | 6.7 | - |
| YUV | 81.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 67 | 0.24 | 0 | 0.26 | 0.64 | 115 | 0.15 | 0.31 |
| Hex | 45 | 5B | 43 | 18 | 0 | 1A | 40 | 73 | F | 1F |
| Octal | 105 | 133 | 103 | 30 | 0 | 32 | 100 | 163 | 17 | 37 |
| Binary | 1000101 | 1011011 | 1000011 | 11000 | 0 | 11010 | 1000000 | 1110011 | 1111 | 11111 |
Color Harmonies of #455B43
Complementary color
Monochromatic Colors of #455B43
Black with #455B43
Text Example
Text Example
White with #455B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B43; }
p { color: rgb(69,91,67); }
H1.HeaderClassName
{
color: #455B43;
}
.AnyTagClassName
{
color: #455B43;
}
</style>
background-color css
<style>
a { background-color: #455B43; }
a { background-color: rgb(69,91,67); }
div.DivClassName
{
background-color: #455B43;
}
.BgClassName
{
background-color: #455B43;
}
</style>
border-color css
<style>
span { border-color: #455B43; }
span { border-color: rgb(69,91,67); }
td.TdClassName
{
border-color: #455B43;
}
.TagClassName
{
border-color: #455B43;
}
</style>