#455946

Color #455946 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #455946

Tints of Grey-Asparagus #455946

Color information

#455946 (or 0x455946) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 59 and 46. RGB value is (69,89,70). Sum of RGB (Red+Green+Blue) = 69+89+70=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #455946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455946 is #BAA6B9. Grayscale: #505050. Windows color (decimal): -12232378 or 4610373. OLE color: 4610373.

HSL color Cylindrical-coordinate representation of color #455946: hue angle of 123º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455946 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB698970-
CMYK0.2200.210.65
HSL123º12.66%30.98%-
HSV(B)123º22.47%34.9%-
XYZ7.138.857.13-
YUV80.85121.87119.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 30.26%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 70 (27.73% from 255) = 30.70%
R=30.26%
G=39.04%
B=30.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6989700.2200.210.6512312.6630.98
Hex45594616015417bd1f
Octal105131106260251011731537
Binary1000101101100110001101011001010110000011111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455946; }

 p { color: rgb(69,89,70); }

 H1.HeaderClassName
 {
   color: #455946;
 }
 .AnyTagClassName
 {
   color: #455946;
 }
</style>
background-color css

<style>
 a { background-color: #455946; }

 a { background-color: rgb(69,89,70); }

 div.DivClassName
 {
   background-color: #455946;
 }
 .BgClassName
 {
   background-color: #455946;
 }
</style>
border-color css

<style>
 span { border-color: #455946; }

 span { border-color: rgb(69,89,70); }

 td.TdClassName
 {
   border-color: #455946;
 }
 .TagClassName
 {
   border-color: #455946;
 }
</style>