#455644

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

Shades of Grey-Asparagus #455644

Tints of Grey-Asparagus #455644

Color information

#455644 (or 0x455644) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 56 and 44. RGB value is (69,86,68). Sum of RGB (Red+Green+Blue) = 69+86+68=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 86 - color contains mainly: green. Hex color #455644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455644 is #BAA9BB. Grayscale: #4E4E4E. Windows color (decimal): -12233148 or 4478533. OLE color: 4478533.

HSL color Cylindrical-coordinate representation of color #455644: hue angle of 116.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #455644 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB698668-
CMYK0.2000.210.66
HSL116.67º11.69%30.2%-
HSV(B)116.67º20.93%33.73%-
XYZ6.838.346.72-
YUV78.86121.87120.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.94%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 68 (26.95% from 255) = 30.49%
R=30.94%
G=38.57%
B=30.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6986680.2000.210.66116.6711.6930.2
Hex455644140154275c1e
Octal105126104240251021651436
Binary1000101101011010001001010001010110000101110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455644; }

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

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

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

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

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

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

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

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