#465946

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

Shades of Grey-Asparagus #465946

Tints of Grey-Asparagus #465946

Color information

#465946 (or 0x465946) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 59 and 46. RGB value is (70,89,70). Sum of RGB (Red+Green+Blue) = 70+89+70=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #465946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465946 is #B9A6B9. Grayscale: #515151. Windows color (decimal): -12166842 or 4610374. OLE color: 4610374.

HSL color Cylindrical-coordinate representation of color #465946: hue angle of 120º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465946 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB708970-
CMYK0.2100.210.65
HSL120º11.95%31.18%-
HSV(B)120º21.35%34.9%-
XYZ7.28.897.13-
YUV81.15121.71120.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 70 (27.73% from 255) = 30.57%
R=30.57%
G=38.86%
B=30.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7089700.2100.210.6512011.9531.18
Hex465946150154178c1f
Octal106131106250251011701437
Binary1000110101100110001101010101010110000011111000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465946; }

 p { color: rgb(70,89,70); }

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

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

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

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

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

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

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