#476945

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

Shades of Grey-Asparagus #476945

Tints of Grey-Asparagus #476945

Color information

#476945 (or 0x476945) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 69 and 45. RGB value is (71,105,69). Sum of RGB (Red+Green+Blue) = 71+105+69=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #476945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476945 is #B896BA. Grayscale: #5A5A5A. Windows color (decimal): -12097211 or 4548935. OLE color: 4548935.

HSL color Cylindrical-coordinate representation of color #476945: hue angle of 116.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476945 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB7110569-
CMYK0.3200.340.59
HSL116.67º20.69%34.12%-
HSV(B)116.67º34.29%41.18%-
XYZ8.7211.877.46-
YUV90.73115.74113.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 105 (41.41% from 255) = 42.86%
BLUE value IS 69 (27.34% from 255) = 28.16%
R=28.98%
G=42.86%
B=28.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71105690.3200.340.59116.6720.6934.12
Hex476945200223B751522
Octal10715110540042731652542
Binary1000111110100110001011000000100010111011111010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476945; }

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

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

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

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

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

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

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

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