#485248

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

Shades of Grey-Asparagus #485248

Tints of Grey-Asparagus #485248

Color information

#485248 (or 0x485248) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 52 and 48. RGB value is (72,82,72). Sum of RGB (Red+Green+Blue) = 72+82+72=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 82 - color contains mainly: green. Hex color #485248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485248 is #B7ADB7. Grayscale: #4D4D4D. Windows color (decimal): -12037560 or 4739656. OLE color: 4739656.

HSL color Cylindrical-coordinate representation of color #485248: 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.12%. Process color model (Four color, CMYK) of #485248 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB728272-
CMYK0.1200.120.68
HSL120º6.49%30.2%-
HSV(B)120º12.2%32.16%-
XYZ6.867.887.29-
YUV77.87124.69123.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=31.86%
G=36.28%
B=31.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7282720.1200.120.681206.4930.2
Hex485248C0C447861e
Octal11012211014014104170636
Binary1001000101001010010001100011001000100111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485248; }

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

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

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

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

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

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

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

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