#485946

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

Shades of Grey-Asparagus #485946

Tints of Grey-Asparagus #485946

Color information

#485946 (or 0x485946) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 59 and 46. RGB value is (72,89,70). Sum of RGB (Red+Green+Blue) = 72+89+70=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #485946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485946 is #B7A6B9. Grayscale: #515151. Windows color (decimal): -12035770 or 4610376. OLE color: 4610376.

HSL color Cylindrical-coordinate representation of color #485946: hue angle of 113.68º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #485946 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB728970-
CMYK0.1900.210.65
HSL113.68º11.95%31.18%-
HSV(B)113.68º21.35%34.9%-
XYZ7.358.967.14-
YUV81.75121.37121.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 70 (27.73% from 255) = 30.30%
R=31.17%
G=38.53%
B=30.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289700.1900.210.65113.6811.9531.18
Hex485946130154172c1f
Octal110131106230251011621437
Binary1001000101100110001101001101010110000011110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485946; }

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

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

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

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

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

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

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

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