#486047

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

Shades of Grey-Asparagus #486047

Tints of Grey-Asparagus #486047

Color information

#486047 (or 0x486047) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 60 and 47. RGB value is (72,96,71). Sum of RGB (Red+Green+Blue) = 72+96+71=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #486047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486047 is #B79FB8. Grayscale: #565656. Windows color (decimal): -12033977 or 4677704. OLE color: 4677704.

HSL color Cylindrical-coordinate representation of color #486047: hue angle of 117.6º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #486047 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB729671-
CMYK0.2500.260.62
HSL117.6º14.97%32.75%-
HSV(B)117.6º26.04%37.65%-
XYZ7.9910.27.51-
YUV85.97119.55118.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 71 (28.12% from 255) = 29.71%
R=30.13%
G=40.17%
B=29.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296710.2500.260.62117.614.9732.75
Hex4860471901A3E76f21
Octal11014010731032761661741
Binary1001000110000010001111100101101011111011101101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486047; }

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

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

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

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

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

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

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

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