#454D43

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

Shades of Grey-Asparagus #454D43

Tints of Grey-Asparagus #454D43

Color information

#454D43 (or 0x454D43) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 4D and 43. RGB value is (69,77,67). Sum of RGB (Red+Green+Blue) = 69+77+67=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 77 - color contains mainly: green. Hex color #454D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D43 is #BAB2BC. Grayscale: #494949. Windows color (decimal): -12235453 or 4410693. OLE color: 4410693.

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

Color convert

RGB697767-
CMYK0.1000.130.70
HSL108º6.94%28.24%-
HSV(B)108º12.99%30.2%-
XYZ6.126.986.33-
YUV73.47124.35124.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.39%
GREEN value IS 77 (30.47% from 255) = 36.15%
BLUE value IS 67 (26.56% from 255) = 31.46%
R=32.39%
G=36.15%
B=31.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6977670.1000.130.701086.9428.24
Hex454D43A0D466c71c
Octal10511510312015106154734
Binary1000101100110110000111010011011000110110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,77,67); }

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

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

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

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

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

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

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