#485F45

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

Shades of Grey-Asparagus #485F45

Tints of Grey-Asparagus #485F45

Color information

#485F45 (or 0x485F45) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 5F and 45. RGB value is (72,95,69). Sum of RGB (Red+Green+Blue) = 72+95+69=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 95 - color contains mainly: green. Hex color #485F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F45 is #B7A0BA. Grayscale: #555555. Windows color (decimal): -12034235 or 4546376. OLE color: 4546376.

HSL color Cylindrical-coordinate representation of color #485F45: hue angle of 113.08º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485F45 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB729569-
CMYK0.2400.270.63
HSL113.08º15.85%32.16%-
HSV(B)113.08º27.37%37.25%-
XYZ7.849.997.15-
YUV85.16118.88118.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 95 (37.5% from 255) = 40.25%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=30.51%
G=40.25%
B=29.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7295690.2400.270.63113.0815.8532.16
Hex485F451801B3F711020
Octal11013710530033771612040
Binary10010001011111100010111000011011111111111000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485F45; }

 p { color: rgb(72,95,69); }

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

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

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

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

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

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

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