#475146

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

Shades of Grey-Asparagus #475146

Tints of Grey-Asparagus #475146

Color information

#475146 (or 0x475146) is unknown color: approx Grey-Asparagus. HEX triplet: 47, 51 and 46. RGB value is (71,81,70). Sum of RGB (Red+Green+Blue) = 71+81+70=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 81 - color contains mainly: green. Hex color #475146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475146 is #B8AEB9. Grayscale: #4C4C4C. Windows color (decimal): -12103354 or 4608327. OLE color: 4608327.

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

Color convert

RGB718170-
CMYK0.1200.140.68
HSL114.55º7.28%29.61%-
HSV(B)114.55º13.58%31.76%-
XYZ6.657.676.92-
YUV76.76124.19123.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=31.98%
G=36.49%
B=31.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7181700.1200.140.68114.557.2829.61
Hex475146C0E447371e
Octal10712110614016104163736
Binary1000111101000110001101100011101000100111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475146; }

 p { color: rgb(71,81,70); }

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

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

 a { background-color: rgb(71,81,70); }

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

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

 span { border-color: rgb(71,81,70); }

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