#466544

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

Shades of Grey-Asparagus #466544

Tints of Grey-Asparagus #466544

Color information

#466544 (or 0x466544) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 65 and 44. RGB value is (70,101,68). Sum of RGB (Red+Green+Blue) = 70+101+68=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #466544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466544 is #B99ABB. Grayscale: #585858. Windows color (decimal): -12163772 or 4482374. OLE color: 4482374.

HSL color Cylindrical-coordinate representation of color #466544: hue angle of 116.36º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466544 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB7010168-
CMYK0.3100.330.60
HSL116.36º19.53%33.14%-
HSV(B)116.36º32.67%39.61%-
XYZ8.2211.037.16-
YUV87.97116.73115.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 101 (39.84% from 255) = 42.26%
BLUE value IS 68 (26.95% from 255) = 28.45%
R=29.29%
G=42.26%
B=28.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70101680.3100.330.60116.3619.5333.14
Hex4665441F0213C741421
Octal10614510437041741642441
Binary100011011001011000100111110100001111100111010010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466544; }

 p { color: rgb(70,101,68); }

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

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

 a { background-color: rgb(70,101,68); }

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

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

 span { border-color: rgb(70,101,68); }

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