#465145

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

Shades of Grey-Asparagus #465145

Tints of Grey-Asparagus #465145

Color information

#465145 (or 0x465145) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 51 and 45. RGB value is (70,81,69). Sum of RGB (Red+Green+Blue) = 70+81+69=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 81 - color contains mainly: green. Hex color #465145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465145 is #B9AEBA. Grayscale: #4C4C4C. Windows color (decimal): -12168891 or 4542790. OLE color: 4542790.

HSL color Cylindrical-coordinate representation of color #465145: hue angle of 115º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #465145 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB708169-
CMYK0.1400.150.68
HSL115º8%29.41%-
HSV(B)115º14.81%31.76%-
XYZ6.547.626.76-
YUV76.34123.86123.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 81 (32.03% from 255) = 36.82%
BLUE value IS 69 (27.34% from 255) = 31.36%
R=31.82%
G=36.82%
B=31.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7081690.1400.150.68115829.41
Hex465145E0F447381d
Octal106121105160171041631035
Binary10001101010001100010111100111110001001110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465145; }

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

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

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

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

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

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

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

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