#486347

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

Shades of Grey-Asparagus #486347

Tints of Grey-Asparagus #486347

Color information

#486347 (or 0x486347) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 63 and 47. RGB value is (72,99,71). Sum of RGB (Red+Green+Blue) = 72+99+71=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 99 - color contains mainly: green. Hex color #486347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486347 is #B79CB8. Grayscale: #575757. Windows color (decimal): -12033209 or 4678472. OLE color: 4678472.

HSL color Cylindrical-coordinate representation of color #486347: hue angle of 117.86º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #486347 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB729971-
CMYK0.2700.280.61
HSL117.86º16.47%33.33%-
HSV(B)117.86º28.28%38.82%-
XYZ8.2710.767.6-
YUV87.73118.55116.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 99 (39.06% from 255) = 40.91%
BLUE value IS 71 (28.12% from 255) = 29.34%
R=29.75%
G=40.91%
B=29.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299710.2700.280.61117.8616.4733.33
Hex4863471B01C3D761021
Octal11014310733034751662041
Binary10010001100011100011111011011100111101111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486347; }

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

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

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

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

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

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

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

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