#475C48

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

Shades of Grey-Asparagus #475C48

Tints of Grey-Asparagus #475C48

Color information

#475C48 (or 0x475C48) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 5C and 48. RGB value is (71,92,72). Sum of RGB (Red+Green+Blue) = 71+92+72=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 92 - color contains mainly: green. Hex color #475C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475C48 is #B8A3B7. Grayscale: #535353. Windows color (decimal): -12100536 or 4742215. OLE color: 4742215.

HSL color Cylindrical-coordinate representation of color #475C48: hue angle of 122.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #475C48 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB719272-
CMYK0.2300.220.64
HSL122.86º12.88%31.96%-
HSV(B)122.86º22.83%36.08%-
XYZ7.69.467.56-
YUV83.44121.54119.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 92 (36.33% from 255) = 39.15%
BLUE value IS 72 (28.52% from 255) = 30.64%
R=30.21%
G=39.15%
B=30.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7192720.2300.220.64122.8612.8831.96
Hex475C4817016407bd20
Octal107134110270261001731540
Binary10001111011100100100010111010110100000011110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475C48; }

 p { color: rgb(71,92,72); }

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

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

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

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

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

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

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