#465346

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

Shades of Grey-Asparagus #465346

Tints of Grey-Asparagus #465346

Color information

#465346 (or 0x465346) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 53 and 46. RGB value is (70,83,70). Sum of RGB (Red+Green+Blue) = 70+83+70=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #465346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465346 is #B9ACB9. Grayscale: #4D4D4D. Windows color (decimal): -12168378 or 4608838. OLE color: 4608838.

HSL color Cylindrical-coordinate representation of color #465346: hue angle of 120º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #465346 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB708370-
CMYK0.1600.160.67
HSL120º8.5%30%-
HSV(B)120º15.66%32.55%-
XYZ6.727.936.97-
YUV77.63123.69122.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 70 (27.73% from 255) = 31.39%
R=31.39%
G=37.22%
B=31.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083700.1600.160.671208.530
Hex46534610010437881e
Octal106123106200201031701036
Binary1000110101001110001101000001000010000111111000100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465346; }

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

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

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

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

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

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

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

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