#475547

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

Shades of Grey-Asparagus #475547

Tints of Grey-Asparagus #475547

Color information

#475547 (or 0x475547) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 55 and 47. RGB value is (71,85,71). Sum of RGB (Red+Green+Blue) = 71+85+71=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #475547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475547 is #B8AAB8. Grayscale: #4F4F4F. Windows color (decimal): -12102329 or 4674887. OLE color: 4674887.

HSL color Cylindrical-coordinate representation of color #475547: hue angle of 120º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #475547 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB718571-
CMYK0.1600.160.67
HSL120º8.97%30.59%-
HSV(B)120º16.47%33.33%-
XYZ6.988.297.19-
YUV79.22123.36122.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.28%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 71 (28.12% from 255) = 31.28%
R=31.28%
G=37.44%
B=31.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185710.1600.160.671208.9730.59
Hex47554710010437891f
Octal107125107200201031701137
Binary1000111101010110001111000001000010000111111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475547; }

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

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

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

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

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

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

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

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