#486B45

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

Shades of Grey-Asparagus #486B45

Tints of Grey-Asparagus #486B45

Color information

#486B45 (or 0x486B45) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 6B and 45. RGB value is (72,107,69). Sum of RGB (Red+Green+Blue) = 72+107+69=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #486B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B45 is #B794BA. Grayscale: #5C5C5C. Windows color (decimal): -12031163 or 4549448. OLE color: 4549448.

HSL color Cylindrical-coordinate representation of color #486B45: hue angle of 115.26º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #486B45 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB7210769-
CMYK0.3300.360.58
HSL115.26º21.59%34.51%-
HSV(B)115.26º35.51%41.96%-
XYZ912.327.53-
YUV92.2114.9113.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 107 (42.19% from 255) = 43.15%
BLUE value IS 69 (27.34% from 255) = 27.82%
R=29.03%
G=43.15%
B=27.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72107690.3300.360.58115.2621.5934.51
Hex486B45210243A731623
Octal11015310541044721632643
Binary1001000110101110001011000010100100111010111001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486B45; }

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

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

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

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

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

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

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

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