#454A45

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

Shades of Grey-Asparagus #454A45

Tints of Grey-Asparagus #454A45

Color information

#454A45 (or 0x454A45) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 4A and 45. RGB value is (69,74,69). Sum of RGB (Red+Green+Blue) = 69+74+69=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 74 - color contains mainly: green. Hex color #454A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A45 is #BAB5BA. Grayscale: #474747. Windows color (decimal): -12236219 or 4540997. OLE color: 4540997.

HSL color Cylindrical-coordinate representation of color #454A45: hue angle of 120º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #454A45 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB697469-
CMYK0.0700.070.71
HSL120º3.5%28.04%-
HSV(B)120º6.76%29.02%-
XYZ5.986.596.59-
YUV71.93126.34125.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.55%
GREEN value IS 74 (29.30% from 255) = 34.91%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=32.55%
G=34.91%
B=32.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6974690.0700.070.711203.528.04
Hex454A45707477831c
Octal105112105707107170334
Binary1000101100101010001011110111100011111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,74,69); }

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

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

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

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

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

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

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