#485546

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

Shades of Grey-Asparagus #485546

Tints of Grey-Asparagus #485546

Color information

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

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

Color convert

RGB728570-
CMYK0.1500.180.67
HSL112º9.68%30.39%-
HSV(B)112º17.65%33.33%-
XYZ7.038.327.03-
YUV79.4122.69122.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285700.1500.180.671129.6830.39
Hex485546F0124370a1e
Octal110125106170221031601236
Binary100100010101011000110111101001010000111110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485546; }

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

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

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

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

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

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

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

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