#475247

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

Shades of Grey-Asparagus #475247

Tints of Grey-Asparagus #475247

Color information

#475247 (or 0x475247) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 52 and 47. RGB value is (71,82,71). Sum of RGB (Red+Green+Blue) = 71+82+71=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 82 - color contains mainly: green. Hex color #475247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475247 is #B8ADB8. Grayscale: #4D4D4D. Windows color (decimal): -12103097 or 4674119. OLE color: 4674119.

HSL color Cylindrical-coordinate representation of color #475247: hue angle of 120º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #475247 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB718271-
CMYK0.1300.130.68
HSL120º7.19%30%-
HSV(B)120º13.41%32.16%-
XYZ6.757.837.12-
YUV77.46124.36123.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 71 (28.12% from 255) = 31.70%
R=31.70%
G=36.61%
B=31.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182710.1300.130.681207.1930
Hex475247D0D447871e
Octal10712210715015104170736
Binary1000111101001010001111101011011000100111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475247; }

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

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

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

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

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

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

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

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