#476047

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

Shades of Grey-Asparagus #476047

Tints of Grey-Asparagus #476047

Color information

#476047 (or 0x476047) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 60 and 47. RGB value is (71,96,71). Sum of RGB (Red+Green+Blue) = 71+96+71=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #476047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476047 is #B89FB8. Grayscale: #555555. Windows color (decimal): -12099513 or 4677703. OLE color: 4677703.

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

Color convert

RGB719671-
CMYK0.2600.260.62
HSL120º14.97%32.75%-
HSV(B)120º26.04%37.65%-
XYZ7.9210.167.51-
YUV85.67119.72117.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 71 (28.12% from 255) = 29.83%
R=29.83%
G=40.34%
B=29.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196710.2600.260.6212014.9732.75
Hex4760471A01A3E78f21
Octal10714010732032761701741
Binary1000111110000010001111101001101011111011110001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476047; }

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

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

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

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

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

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

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

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