#465548

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

Shades of Grey-Asparagus #465548

Tints of Grey-Asparagus #465548

Color information

#465548 (or 0x465548) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 55 and 48. RGB value is (70,85,72). Sum of RGB (Red+Green+Blue) = 70+85+72=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #465548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465548 is #B9AAB7. Grayscale: #4F4F4F. Windows color (decimal): -12167864 or 4740422. OLE color: 4740422.

HSL color Cylindrical-coordinate representation of color #465548: hue angle of 128º 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 #465548 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB708572-
CMYK0.1800.150.67
HSL128º9.68%30.39%-
HSV(B)128º17.65%33.33%-
XYZ6.948.277.36-
YUV79.03124.03121.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=30.84%
G=37.44%
B=31.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085720.1800.150.671289.6830.39
Hex465548120F4380a1e
Octal106125110220171032001236
Binary1000110101010110010001001001111100001110000000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465548; }

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

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

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

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

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

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

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

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