#465143

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

Shades of Grey-Asparagus #465143

Tints of Grey-Asparagus #465143

Color information

#465143 (or 0x465143) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 51 and 43. RGB value is (70,81,67). Sum of RGB (Red+Green+Blue) = 70+81+67=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 81 - color contains mainly: green. Hex color #465143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465143 is #B9AEBC. Grayscale: #4C4C4C. Windows color (decimal): -12168893 or 4411718. OLE color: 4411718.

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

Color convert

RGB708167-
CMYK0.1400.170.68
HSL107.14º9.46%29.02%-
HSV(B)107.14º17.28%31.76%-
XYZ6.487.596.43-
YUV76.12122.86123.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 67 (26.56% from 255) = 30.73%
R=32.11%
G=37.16%
B=30.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7081670.1400.170.68107.149.4629.02
Hex465143E011446b91d
Octal106121103160211041531135
Binary100011010100011000011111001000110001001101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465143; }

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

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

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

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

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

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

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

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