#465345

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

Shades of Grey-Asparagus #465345

Tints of Grey-Asparagus #465345

Color information

#465345 (or 0x465345) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 53 and 45. RGB value is (70,83,69). Sum of RGB (Red+Green+Blue) = 70+83+69=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #465345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465345 is #B9ACBA. Grayscale: #4D4D4D. Windows color (decimal): -12168379 or 4543302. OLE color: 4543302.

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

Color convert

RGB708369-
CMYK0.1600.170.67
HSL115.71º9.21%29.8%-
HSV(B)115.71º16.87%32.55%-
XYZ6.697.926.81-
YUV77.52123.19122.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=31.53%
G=37.39%
B=31.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083690.1600.170.67115.719.2129.8
Hex46534510011437491e
Octal106123105200211031641136
Binary1000110101001110001011000001000110000111110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465345; }

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

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

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

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

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

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

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

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