#465547

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

Shades of Grey-Asparagus #465547

Tints of Grey-Asparagus #465547

Color information

#465547 (or 0x465547) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 55 and 47. RGB value is (70,85,71). Sum of RGB (Red+Green+Blue) = 70+85+71=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #465547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465547 is #B9AAB8. Grayscale: #4E4E4E. Windows color (decimal): -12167865 or 4674886. OLE color: 4674886.

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

Color convert

RGB708571-
CMYK0.1800.160.67
HSL124º9.68%30.39%-
HSV(B)124º17.65%33.33%-
XYZ6.918.257.19-
YUV78.92123.53121.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 71 (28.12% from 255) = 31.42%
R=30.97%
G=37.61%
B=31.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085710.1800.160.671249.6830.39
Hex46554712010437ca1e
Octal106125107220201031741236
Binary1000110101010110001111001001000010000111111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465547; }

 p { color: rgb(70,85,71); }

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

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

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

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

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

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

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