#485247

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

Shades of Grey-Asparagus #485247

Tints of Grey-Asparagus #485247

Color information

#485247 (or 0x485247) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 52 and 47. RGB value is (72,82,71). Sum of RGB (Red+Green+Blue) = 72+82+71=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 82 - color contains mainly: green. Hex color #485247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485247 is #B7ADB8. Grayscale: #4D4D4D. Windows color (decimal): -12037561 or 4674120. OLE color: 4674120.

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

Color convert

RGB728271-
CMYK0.1200.130.68
HSL114.55º7.19%30%-
HSV(B)114.55º13.41%32.16%-
XYZ6.837.877.12-
YUV77.76124.19123.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=32%
G=36.44%
B=31.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7282710.1200.130.68114.557.1930
Hex485247C0D447371e
Octal11012210714015104163736
Binary1001000101001010001111100011011000100111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485247; }

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

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

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

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

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

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

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

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