#475245

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

Shades of Grey-Asparagus #475245

Tints of Grey-Asparagus #475245

Color information

#475245 (or 0x475245) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 52 and 45. RGB value is (71,82,69). Sum of RGB (Red+Green+Blue) = 71+82+69=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 82 - color contains mainly: green. Hex color #475245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475245 is #B8ADBA. Grayscale: #4D4D4D. Windows color (decimal): -12103099 or 4543047. OLE color: 4543047.

HSL color Cylindrical-coordinate representation of color #475245: hue angle of 110.77º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #475245 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB718269-
CMYK0.1300.160.68
HSL110.77º8.61%29.61%-
HSV(B)110.77º15.85%32.16%-
XYZ6.697.86.78-
YUV77.23123.36123.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=31.98%
G=36.94%
B=31.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182690.1300.160.68110.778.6129.61
Hex475245D010446f91e
Octal107122105150201041571136
Binary100011110100101000101110101000010001001101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475245; }

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

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

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

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

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

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

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

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