#485148

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

Shades of Grey-Asparagus #485148

Tints of Grey-Asparagus #485148

Color information

#485148 (or 0x485148) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 51 and 48. RGB value is (72,81,72). Sum of RGB (Red+Green+Blue) = 72+81+72=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 81 - color contains mainly: green. Hex color #485148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485148 is #B7AEB7. Grayscale: #4D4D4D. Windows color (decimal): -12037816 or 4739400. OLE color: 4739400.

HSL color Cylindrical-coordinate representation of color #485148: hue angle of 120º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #485148 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB728172-
CMYK0.1100.110.68
HSL120º5.88%30%-
HSV(B)120º11.11%31.76%-
XYZ6.787.737.27-
YUV77.28125.02124.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 72 (28.52% from 255) = 32%
R=32%
G=36%
B=32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7281720.1100.110.681205.8830
Hex485148B0B447861e
Octal11012111013013104170636
Binary1001000101000110010001011010111000100111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485148; }

 p { color: rgb(72,81,72); }

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

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

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

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

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

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

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