#476046

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

Shades of Grey-Asparagus #476046

Tints of Grey-Asparagus #476046

Color information

#476046 (or 0x476046) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 60 and 46. RGB value is (71,96,70). Sum of RGB (Red+Green+Blue) = 71+96+70=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #476046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476046 is #B89FB9. Grayscale: #555555. Windows color (decimal): -12099514 or 4612167. OLE color: 4612167.

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

Color convert

RGB719670-
CMYK0.2600.270.62
HSL117.69º15.66%32.55%-
HSV(B)117.69º27.08%37.65%-
XYZ7.8910.157.34-
YUV85.56119.22117.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=29.96%
G=40.51%
B=29.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196700.2600.270.62117.6915.6632.55
Hex4760461A01B3E761021
Octal10714010632033761662041
Binary10001111100000100011011010011011111110111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476046; }

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

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

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

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

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

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

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

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