#466C45

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

Shades of Grey-Asparagus #466C45

Tints of Grey-Asparagus #466C45

Color information

#466C45 (or 0x466C45) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 6C and 45. RGB value is (70,108,69). Sum of RGB (Red+Green+Blue) = 70+108+69=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 108 - color contains mainly: green. Hex color #466C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466C45 is #B993BA. Grayscale: #5C5C5C. Windows color (decimal): -12161979 or 4549702. OLE color: 4549702.

HSL color Cylindrical-coordinate representation of color #466C45: hue angle of 118.46º 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 #466C45 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB7010869-
CMYK0.3500.360.58
HSL118.46º22.03%34.71%-
HSV(B)118.46º36.11%42.35%-
XYZ8.9612.467.56-
YUV92.19114.91112.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 108 (42.58% from 255) = 43.72%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=28.34%
G=43.72%
B=27.94%

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
Decimal70108690.3500.360.58118.4622.0334.71
Hex466C45230243A761623
Octal10615410543044721662643
Binary1000110110110010001011000110100100111010111011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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