#465A47

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

Shades of Grey-Asparagus #465A47

Tints of Grey-Asparagus #465A47

Color information

#465A47 (or 0x465A47) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 5A and 47. RGB value is (70,90,71). Sum of RGB (Red+Green+Blue) = 70+90+71=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 90 - color contains mainly: green. Hex color #465A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A47 is #B9A5B8. Grayscale: #515151. Windows color (decimal): -12166585 or 4676166. OLE color: 4676166.

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

Color convert

RGB709071-
CMYK0.2200.210.65
HSL123º12.5%31.37%-
HSV(B)123º22.22%35.29%-
XYZ7.329.077.33-
YUV81.85121.87119.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 90 (35.55% from 255) = 38.96%
BLUE value IS 71 (28.12% from 255) = 30.74%
R=30.30%
G=38.96%
B=30.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7090710.2200.210.6512312.531.37
Hex465A4716015417bc1f
Octal106132107260251011731437
Binary1000110101101010001111011001010110000011111011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465A47; }

 p { color: rgb(70,90,71); }

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

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

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

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

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

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

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