#465A46

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

Shades of Grey-Asparagus #465A46

Tints of Grey-Asparagus #465A46

Color information

#465A46 (or 0x465A46) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 5A and 46. RGB value is (70,90,70). Sum of RGB (Red+Green+Blue) = 70+90+70=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #465A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A46 is #B9A5B9. Grayscale: #515151. Windows color (decimal): -12166586 or 4610630. OLE color: 4610630.

HSL color Cylindrical-coordinate representation of color #465A46: hue angle of 120º degrees, saturation: 0.13, 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 #465A46 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB709070-
CMYK0.2200.220.65
HSL120º12.5%31.37%-
HSV(B)120º22.22%35.29%-
XYZ7.299.067.16-
YUV81.74121.37119.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=30.43%
G=39.13%
B=30.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7090700.2200.220.6512012.531.37
Hex465A46160164178d1f
Octal106132106260261011701537
Binary1000110101101010001101011001011010000011111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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