#485147

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

Shades of Grey-Asparagus #485147

Tints of Grey-Asparagus #485147

Color information

#485147 (or 0x485147) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 51 and 47. RGB value is (72,81,71). Sum of RGB (Red+Green+Blue) = 72+81+71=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 81 - color contains mainly: green. Hex color #485147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485147 is #B7AEB8. Grayscale: #4D4D4D. Windows color (decimal): -12037817 or 4673864. OLE color: 4673864.

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

Color convert

RGB728171-
CMYK0.1100.120.68
HSL114º6.58%29.8%-
HSV(B)114º12.35%31.76%-
XYZ6.757.727.09-
YUV77.17124.52124.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 81 (32.03% from 255) = 36.16%
BLUE value IS 71 (28.12% from 255) = 31.70%
R=32.14%
G=36.16%
B=31.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7281710.1100.120.681146.5829.8
Hex485147B0C447271e
Octal11012110713014104162736
Binary1001000101000110001111011011001000100111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485147; }

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

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

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

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

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

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

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

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