#455C44

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

Shades of Grey-Asparagus #455C44

Tints of Grey-Asparagus #455C44

Color information

#455C44 (or 0x455C44) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 5C and 44. RGB value is (69,92,68). Sum of RGB (Red+Green+Blue) = 69+92+68=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #455C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455C44 is #BAA3BB. Grayscale: #525252. Windows color (decimal): -12231612 or 4480069. OLE color: 4480069.

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

Color convert

RGB699268-
CMYK0.2500.260.64
HSL117.5º15%31.37%-
HSV(B)117.5º26.09%36.08%-
XYZ7.329.346.88-
YUV82.39119.88118.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.13%
GREEN value IS 92 (36.33% from 255) = 40.17%
BLUE value IS 68 (26.95% from 255) = 29.69%
R=30.13%
G=40.17%
B=29.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6992680.2500.260.64117.51531.37
Hex455C441901A4075f1f
Octal105134104310321001651737
Binary1000101101110010001001100101101010000001110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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