#465543

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

Shades of Grey-Asparagus #465543

Tints of Grey-Asparagus #465543

Color information

#465543 (or 0x465543) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 55 and 43. RGB value is (70,85,67). Sum of RGB (Red+Green+Blue) = 70+85+67=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #465543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465543 is #B9AABC. Grayscale: #4E4E4E. Windows color (decimal): -12167869 or 4412742. OLE color: 4412742.

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

Color convert

RGB708567-
CMYK0.1800.210.67
HSL110º11.84%29.8%-
HSV(B)110º21.18%33.33%-
XYZ6.798.26.54-
YUV78.46121.53121.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 67 (26.56% from 255) = 30.18%
R=31.53%
G=38.29%
B=30.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085670.1800.210.6711011.8429.8
Hex46554312015436ec1e
Octal106125103220251031561436
Binary1000110101010110000111001001010110000111101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465543; }

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

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

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

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

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

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

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

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