#466B45

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

Shades of Grey-Asparagus #466B45

Tints of Grey-Asparagus #466B45

Color information

#466B45 (or 0x466B45) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 6B and 45. RGB value is (70,107,69). Sum of RGB (Red+Green+Blue) = 70+107+69=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 107 - color contains mainly: green. Hex color #466B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466B45 is #B994BA. Grayscale: #5B5B5B. Windows color (decimal): -12162235 or 4549446. OLE color: 4549446.

HSL color Cylindrical-coordinate representation of color #466B45: hue angle of 118.42º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #466B45 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB7010769-
CMYK0.3500.360.58
HSL118.42º21.59%34.51%-
HSV(B)118.42º35.51%41.96%-
XYZ8.8612.257.53-
YUV91.6115.24112.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 107 (42.19% from 255) = 43.50%
BLUE value IS 69 (27.34% from 255) = 28.05%
R=28.46%
G=43.50%
B=28.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70107690.3500.360.58118.4221.5934.51
Hex466B45230243A761623
Octal10615310543044721662643
Binary1000110110101110001011000110100100111010111011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466B45; }

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

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

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

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

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

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

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

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