#475744

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

Shades of Grey-Asparagus #475744

Tints of Grey-Asparagus #475744

Color information

#475744 (or 0x475744) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 57 and 44. RGB value is (71,87,68). Sum of RGB (Red+Green+Blue) = 71+87+68=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 87 - color contains mainly: green. Hex color #475744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475744 is #B8A8BB. Grayscale: #505050. Windows color (decimal): -12101820 or 4478791. OLE color: 4478791.

HSL color Cylindrical-coordinate representation of color #475744: hue angle of 110.53º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #475744 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB718768-
CMYK0.1800.220.66
HSL110.53º12.26%30.39%-
HSV(B)110.53º21.84%34.12%-
XYZ7.058.576.75-
YUV80.05121.2121.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 87 (34.38% from 255) = 38.50%
BLUE value IS 68 (26.95% from 255) = 30.09%
R=31.42%
G=38.50%
B=30.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7187680.1800.220.66110.5312.2630.39
Hex47574412016426fc1e
Octal107127104220261021571436
Binary1000111101011110001001001001011010000101101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475744; }

 p { color: rgb(71,87,68); }

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

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

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

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

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

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

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