#476347

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

Shades of Grey-Asparagus #476347

Tints of Grey-Asparagus #476347

Color information

#476347 (or 0x476347) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 63 and 47. RGB value is (71,99,71). Sum of RGB (Red+Green+Blue) = 71+99+71=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #476347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476347 is #B89CB8. Grayscale: #575757. Windows color (decimal): -12098745 or 4678471. OLE color: 4678471.

HSL color Cylindrical-coordinate representation of color #476347: hue angle of 120º 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 #476347 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB719971-
CMYK0.2800.280.61
HSL120º16.47%33.33%-
HSV(B)120º28.28%38.82%-
XYZ8.210.727.6-
YUV87.44118.72116.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 99 (39.06% from 255) = 41.08%
BLUE value IS 71 (28.12% from 255) = 29.46%
R=29.46%
G=41.08%
B=29.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199710.2800.280.6112016.4733.33
Hex4763471C01C3D781021
Octal10714310734034751702041
Binary10001111100011100011111100011100111101111100010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476347; }

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

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

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

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

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

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

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

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