#455742

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

Shades of Grey-Asparagus #455742

Tints of Grey-Asparagus #455742

Color information

#455742 (or 0x455742) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 57 and 42. RGB value is (69,87,66). Sum of RGB (Red+Green+Blue) = 69+87+66=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 87 - color contains mainly: green. Hex color #455742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455742 is #BAA8BD. Grayscale: #4F4F4F. Windows color (decimal): -12232894 or 4347717. OLE color: 4347717.

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

Color convert

RGB698766-
CMYK0.2100.240.66
HSL111.43º13.73%30%-
HSV(B)111.43º24.14%34.12%-
XYZ6.858.476.43-
YUV79.22120.54120.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.08%
GREEN value IS 87 (34.38% from 255) = 39.19%
BLUE value IS 66 (26.17% from 255) = 29.73%
R=31.08%
G=39.19%
B=29.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6987660.2100.240.66111.4313.7330
Hex45574215018426fe1e
Octal105127102250301021571636
Binary1000101101011110000101010101100010000101101111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455742; }

 p { color: rgb(69,87,66); }

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

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

 a { background-color: rgb(69,87,66); }

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

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

 span { border-color: rgb(69,87,66); }

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