#476445

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

Shades of Grey-Asparagus #476445

Tints of Grey-Asparagus #476445

Color information

#476445 (or 0x476445) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 64 and 45. RGB value is (71,100,69). Sum of RGB (Red+Green+Blue) = 71+100+69=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 100 - color contains mainly: green. Hex color #476445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476445 is #B89BBA. Grayscale: #575757. Windows color (decimal): -12098491 or 4547655. OLE color: 4547655.

HSL color Cylindrical-coordinate representation of color #476445: hue angle of 116.13º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #476445 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB7110069-
CMYK0.2900.310.61
HSL116.13º18.34%33.14%-
HSV(B)116.13º31%39.22%-
XYZ8.2310.887.3-
YUV87.8117.39116.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 69 (27.34% from 255) = 28.75%
R=29.58%
G=41.67%
B=28.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71100690.2900.310.61116.1318.3433.14
Hex4764451D01F3D741221
Octal10714410535037751642241
Binary10001111100100100010111101011111111101111010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476445; }

 p { color: rgb(71,100,69); }

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

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

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

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

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

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

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