#455042

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

Shades of Grey-Asparagus #455042

Tints of Grey-Asparagus #455042

Color information

#455042 (or 0x455042) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 50 and 42. RGB value is (69,80,66). Sum of RGB (Red+Green+Blue) = 69+80+66=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #455042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455042 is #BAAFBD. Grayscale: #4B4B4B. Windows color (decimal): -12234686 or 4345925. OLE color: 4345925.

HSL color Cylindrical-coordinate representation of color #455042: hue angle of 107.14º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #455042 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB698066-
CMYK0.1400.170.69
HSL107.14º9.59%28.63%-
HSV(B)107.14º17.5%31.37%-
XYZ6.317.46.25-
YUV75.11122.86123.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.09%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=32.09%
G=37.21%
B=30.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6980660.1400.170.69107.149.5928.63
Hex455042E011456ba1d
Octal105120102160211051531235
Binary100010110100001000010111001000110001011101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455042; }

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

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

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

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

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

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

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

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