#476145

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

Shades of Grey-Asparagus #476145

Tints of Grey-Asparagus #476145

Color information

#476145 (or 0x476145) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 61 and 45. RGB value is (71,97,69). Sum of RGB (Red+Green+Blue) = 71+97+69=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #476145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476145 is #B89EBA. Grayscale: #565656. Windows color (decimal): -12099259 or 4546887. OLE color: 4546887.

HSL color Cylindrical-coordinate representation of color #476145: hue angle of 115.71º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #476145 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB719769-
CMYK0.2700.290.62
HSL115.71º16.87%32.55%-
HSV(B)115.71º28.87%38.04%-
XYZ7.9510.327.2-
YUV86.03118.39117.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=29.96%
G=40.93%
B=29.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197690.2700.290.62115.7116.8732.55
Hex4761451B01D3E741121
Octal10714110533035761642141
Binary10001111100001100010111011011101111110111010010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476145; }

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

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

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

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

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

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

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

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