#454C44

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

Shades of Grey-Asparagus #454C44

Tints of Grey-Asparagus #454C44

Color information

#454C44 (or 0x454C44) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 4C and 44. RGB value is (69,76,68). Sum of RGB (Red+Green+Blue) = 69+76+68=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 76 - color contains mainly: green. Hex color #454C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C44 is #BAB3BB. Grayscale: #494949. Windows color (decimal): -12235708 or 4475973. OLE color: 4475973.

HSL color Cylindrical-coordinate representation of color #454C44: hue angle of 112.5º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #454C44 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.

Color convert

RGB697668-
CMYK0.0900.110.70
HSL112.5º5.56%28.24%-
HSV(B)112.5º10.53%29.8%-
XYZ6.086.856.47-
YUV72.99125.18125.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.39%
GREEN value IS 76 (30.08% from 255) = 35.68%
BLUE value IS 68 (26.95% from 255) = 31.92%
R=32.39%
G=35.68%
B=31.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6976680.0900.110.70112.55.5628.24
Hex454C4490B467061c
Octal10511410411013106160634
Binary1000101100110010001001001010111000110111000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454C44; }

 p { color: rgb(69,76,68); }

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

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

 a { background-color: rgb(69,76,68); }

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

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

 span { border-color: rgb(69,76,68); }

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