#465745

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

Shades of Grey-Asparagus #465745

Tints of Grey-Asparagus #465745

Color information

#465745 (or 0x465745) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 57 and 45. RGB value is (70,87,69). Sum of RGB (Red+Green+Blue) = 70+87+69=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 87 - color contains mainly: green. Hex color #465745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465745 is #B9A8BA. Grayscale: #4F4F4F. Windows color (decimal): -12167355 or 4544326. OLE color: 4544326.

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

Color convert

RGB708769-
CMYK0.2000.210.66
HSL116.67º11.54%30.59%-
HSV(B)116.67º20.69%34.12%-
XYZ7.018.556.91-
YUV79.86121.87120.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 87 (34.38% from 255) = 38.50%
BLUE value IS 69 (27.34% from 255) = 30.53%
R=30.97%
G=38.50%
B=30.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7087690.2000.210.66116.6711.5430.59
Hex465745140154275c1f
Octal106127105240251021651437
Binary1000110101011110001011010001010110000101110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465745; }

 p { color: rgb(70,87,69); }

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

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

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

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

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

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

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