#486146

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

Shades of Grey-Asparagus #486146

Tints of Grey-Asparagus #486146

Color information

#486146 (or 0x486146) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 61 and 46. RGB value is (72,97,70). Sum of RGB (Red+Green+Blue) = 72+97+70=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #486146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486146 is #B79EB9. Grayscale: #565656. Windows color (decimal): -12033722 or 4612424. OLE color: 4612424.

HSL color Cylindrical-coordinate representation of color #486146: hue angle of 115.56º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #486146 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB729770-
CMYK0.2600.280.62
HSL115.56º16.17%32.75%-
HSV(B)115.56º27.84%38.04%-
XYZ8.0510.377.37-
YUV86.45118.72117.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 97 (38.28% from 255) = 40.59%
BLUE value IS 70 (27.73% from 255) = 29.29%
R=30.13%
G=40.59%
B=29.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297700.2600.280.62115.5616.1732.75
Hex4861461A01C3E741021
Octal11014110632034761642041
Binary10010001100001100011011010011100111110111010010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486146; }

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

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

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

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

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

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

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

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