#455546

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

Shades of Grey-Asparagus #455546

Tints of Grey-Asparagus #455546

Color information

#455546 (or 0x455546) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 55 and 46. RGB value is (69,85,70). Sum of RGB (Red+Green+Blue) = 69+85+70=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #455546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455546 is #BAAAB9. Grayscale: #4E4E4E. Windows color (decimal): -12233402 or 4609349. OLE color: 4609349.

HSL color Cylindrical-coordinate representation of color #455546: hue angle of 123.75º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #455546 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB698570-
CMYK0.1900.180.67
HSL123.75º10.39%30.2%-
HSV(B)123.75º18.82%33.33%-
XYZ6.818.27.02-
YUV78.51123.2121.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 70 (27.73% from 255) = 31.25%
R=30.80%
G=37.95%
B=31.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985700.1900.180.67123.7510.3930.2
Hex45554613012437ca1e
Octal105125106230221031741236
Binary1000101101010110001101001101001010000111111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455546; }

 p { color: rgb(69,85,70); }

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

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

 a { background-color: rgb(69,85,70); }

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

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

 span { border-color: rgb(69,85,70); }

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