#455C47

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

Shades of Grey-Asparagus #455C47

Tints of Grey-Asparagus #455C47

Color information

#455C47 (or 0x455C47) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 5C and 47. RGB value is (69,92,71). Sum of RGB (Red+Green+Blue) = 69+92+71=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #455C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455C47 is #BAA3B8. Grayscale: #525252. Windows color (decimal): -12231609 or 4676677. OLE color: 4676677.

HSL color Cylindrical-coordinate representation of color #455C47: hue angle of 125.22º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #455C47 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB699271-
CMYK0.2500.230.64
HSL125.22º14.29%31.57%-
HSV(B)125.22º25%36.08%-
XYZ7.429.377.38-
YUV82.73121.38118.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 92 (36.33% from 255) = 39.66%
BLUE value IS 71 (28.12% from 255) = 30.60%
R=29.74%
G=39.66%
B=30.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6992710.2500.230.64125.2214.2931.57
Hex455C4719017407de20
Octal105134107310271001751640
Binary10001011011100100011111001010111100000011111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455C47; }

 p { color: rgb(69,92,71); }

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

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

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

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

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

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

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