#455844

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

Shades of Grey-Asparagus #455844

Tints of Grey-Asparagus #455844

Color information

#455844 (or 0x455844) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 58 and 44. RGB value is (69,88,68). Sum of RGB (Red+Green+Blue) = 69+88+68=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #455844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455844 is #BAA7BB. Grayscale: #505050. Windows color (decimal): -12232636 or 4479045. OLE color: 4479045.

HSL color Cylindrical-coordinate representation of color #455844: hue angle of 117º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #455844 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB698868-
CMYK0.2200.230.65
HSL117º12.82%30.59%-
HSV(B)117º22.73%34.51%-
XYZ6.998.666.77-
YUV80.04121.21120.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 68 (26.95% from 255) = 30.22%
R=30.67%
G=39.11%
B=30.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6988680.2200.230.6511712.8230.59
Hex455844160174175d1f
Octal105130104260271011651537
Binary1000101101100010001001011001011110000011110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455844; }

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

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

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

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

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

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

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

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