#466145

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

Shades of Grey-Asparagus #466145

Tints of Grey-Asparagus #466145

Color information

#466145 (or 0x466145) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 61 and 45. RGB value is (70,97,69). Sum of RGB (Red+Green+Blue) = 70+97+69=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 97 - color contains mainly: green. Hex color #466145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466145 is #B99EBA. Grayscale: #555555. Windows color (decimal): -12164795 or 4546886. OLE color: 4546886.

HSL color Cylindrical-coordinate representation of color #466145: hue angle of 117.86º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #466145 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB709769-
CMYK0.2800.290.62
HSL117.86º16.87%32.55%-
HSV(B)117.86º28.87%38.04%-
XYZ7.8710.287.2-
YUV85.74118.55116.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 97 (38.28% from 255) = 41.10%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=29.66%
G=41.10%
B=29.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097690.2800.290.62117.8616.8732.55
Hex4661451C01D3E761121
Octal10614110534035761662141
Binary10001101100001100010111100011101111110111011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466145; }

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

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

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

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

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

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

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

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