#476245

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

Shades of Grey-Asparagus #476245

Tints of Grey-Asparagus #476245

Color information

#476245 (or 0x476245) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 62 and 45. RGB value is (71,98,69). Sum of RGB (Red+Green+Blue) = 71+98+69=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #476245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476245 is #B89DBA. Grayscale: #565656. Windows color (decimal): -12099003 or 4547143. OLE color: 4547143.

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

Color convert

RGB719869-
CMYK0.2800.300.62
HSL115.86º17.37%32.75%-
HSV(B)115.86º29.59%38.43%-
XYZ8.0410.57.23-
YUV86.62118.05116.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 98 (38.67% from 255) = 41.18%
BLUE value IS 69 (27.34% from 255) = 28.99%
R=29.83%
G=41.18%
B=28.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7198690.2800.300.62115.8617.3732.75
Hex4762451C01E3E741121
Octal10714210534036761642141
Binary10001111100010100010111100011110111110111010010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476245; }

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

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

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

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

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

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

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

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