#486546

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

Shades of Grey-Asparagus #486546

Tints of Grey-Asparagus #486546

Color information

#486546 (or 0x486546) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 65 and 46. RGB value is (72,101,70). Sum of RGB (Red+Green+Blue) = 72+101+70=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #486546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486546 is #B79AB9. Grayscale: #585858. Windows color (decimal): -12032698 or 4613448. OLE color: 4613448.

HSL color Cylindrical-coordinate representation of color #486546: hue angle of 116.13º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486546 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB7210170-
CMYK0.2900.310.60
HSL116.13º18.13%33.53%-
HSV(B)116.13º30.69%39.61%-
XYZ8.4311.137.5-
YUV88.8117.39116.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 101 (39.84% from 255) = 41.56%
BLUE value IS 70 (27.73% from 255) = 28.81%
R=29.63%
G=41.56%
B=28.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72101700.2900.310.60116.1318.1333.53
Hex4865461D01F3C741222
Octal11014510635037741642242
Binary10010001100101100011011101011111111100111010010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486546; }

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

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

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

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

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

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

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

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